CSS Color Background

Dark Chestnut

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

Preview

Dark Chestnut solid color background preview (#986960)

Color value: #986960

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #986960; }

HTML Code

<section class="hero dark-chestnut-bg"> <h2>Your content</h2> </section> <style> .dark-chestnut-bg { background-color: #986960; } </style>