What is the HSL code for brownish grey?
The CSS color brownish grey in HSL format is hsl(36.9, 17%, 44.9%). 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: hsl(36.9, 17%, 44.9%);
- Background: background-color: hsl(36.9, 17%, 44.9%);
- Border: border-color: hsl(36.9, 17%, 44.9%);
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 HSL?
Select brownish grey from the color name list in our color converter. The HSL value — hsl(36.9, 17%, 44.9%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.