CSS Color Background

Khaki (Html/Css) (Khaki)

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

Preview

Khaki (Html/Css) (Khaki) solid color background preview (#C3B091)

Color value: #C3B091

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C3B091; }

HTML Code

<section class="hero khaki-web-bg"> <h2>Your content</h2> </section> <style> .khaki-web-bg { background-color: #C3B091; } </style>