CSS Color Background

Tuscan Tan

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

Preview

Tuscan Tan solid color background preview (#A67B5B)

Color value: #A67B5B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A67B5B; }

HTML Code

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