CSS Color Background

Golden Brown

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

Preview

Golden Brown solid color background preview (#996515)

Color value: #996515

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #996515; }

HTML Code

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