CSS Color Background

Field Drab

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

Preview

Field Drab solid color background preview (#6C541E)

Color value: #6C541E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #6C541E; }

HTML Code

<section class="hero field-drab-bg"> <h2>Your content</h2> </section> <style> .field-drab-bg { background-color: #6C541E; } </style>