What is the HEX code for brownish grey?
The CSS color brownish grey in HEX format is #86775f. Use this value directly in CSS, SVG, and most design tools.
How do I use brownish grey in CSS?
To apply brownish grey in CSS:
- Text color: color: #86775f;
- Background: background-color: #86775f;
- Border: border-color: #86775f;
What are all the color format values for brownish grey?
| Format | Value |
|---|---|
| HEX | #86775f |
| RGB | rgb(134, 119, 95) |
| HSL | hsl(36.9, 17%, 44.9%) |
| CMYK | cmyk(0%, 11.2%, 29.1%, 47.5%) |
How do I convert brownish grey to HEX?
Select brownish grey from the color name list in our color converter. The HEX value — #86775f — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does brownish grey belong to?
brownish grey belongs to the orange color family. It is a medium, muted color with HSL values: hue 36.9°, saturation 17%, lightness 44.9%.
How do I create lighter and darker shades of brownish grey?
Lighter variant (lightness 59.9%): #aa9d87. Darker variant (lightness 29.9%): #594f3f. 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.