What is the HEX code for greenish brown?
The CSS color greenish brown in HEX format is #696112. Use this value directly in CSS, SVG, and most design tools.
How do I use greenish brown in CSS?
To apply greenish brown in CSS:
- Text color: color: #696112;
- Background: background-color: #696112;
- Border: border-color: #696112;
What are all the color format values for greenish brown?
| Format | Value |
|---|---|
| HEX | #696112 |
| RGB | rgb(105, 97, 18) |
| HSL | hsl(54.5, 70.7%, 24.1%) |
| CMYK | cmyk(0%, 7.6%, 82.9%, 58.8%) |
How do I convert greenish brown to HEX?
Select greenish brown from the color name list in our color converter. The HEX value — #696112 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greenish brown belong to?
greenish brown belongs to the yellow color family. It is a dark, vivid color with HSL values: hue 54.5°, saturation 70.7%, lightness 24.1%.
How do I create lighter and darker shades of greenish brown?
Lighter variant (lightness 39.1%): #aa9d1d. Darker variant (lightness 9.100000000000001%): #282507. 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.