What is the HEX code for very light brown?
The CSS color very light brown in HEX format is #d3b683. Use this value directly in CSS, SVG, and most design tools.
How do I use very light brown in CSS?
To apply very light brown in CSS:
- Text color: color: #d3b683;
- Background: background-color: #d3b683;
- Border: border-color: #d3b683;
What are all the color format values for very light brown?
| Format | Value |
|---|---|
| HEX | #d3b683 |
| RGB | rgb(211, 182, 131) |
| HSL | hsl(38.3, 47.6%, 67.1%) |
| CMYK | cmyk(0%, 13.7%, 37.9%, 17.3%) |
How do I convert very light brown to HEX?
Select very light brown from the color name list in our color converter. The HEX value — #d3b683 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does very light brown belong to?
very light brown belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 38.3°, saturation 47.6%, lightness 67.1%.
How do I create lighter and darker shades of very light brown?
Lighter variant (lightness 82.1%): #e7d7bc. Darker variant (lightness 52.099999999999994%): #bf954b. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.