CSS Color Background

Cinereous

Pure CSS color background: #98817B. Use this solid color for personal and commercial creative projects.

Preview

Cinereous solid color background preview (#98817B)

Color value: #98817B

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #98817B; }

HTML Code

<section class="hero cinereous-bg"> <h2>Your content</h2> </section> <style> .cinereous-bg { background-color: #98817B; } </style>