CSS Color Background

Tuscan Brown

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

Preview

Tuscan Brown solid color background preview (#6F4E37)

Color value: #6F4E37

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

<section class="hero tuscan-brown-bg"> <h2>Your content</h2> </section> <style> .tuscan-brown-bg { background-color: #6F4E37; } </style>