What is the HEX code for purplish brown?
The CSS color purplish brown in HEX format is #6b4247. Use this value directly in CSS, SVG, and most design tools.
How do I use purplish brown in CSS?
To apply purplish brown in CSS:
- Text color: color: #6b4247;
- Background: background-color: #6b4247;
- Border: border-color: #6b4247;
What are all the color format values for purplish brown?
| Format | Value |
|---|---|
| HEX | #6b4247 |
| RGB | rgb(107, 66, 71) |
| HSL | hsl(352.7, 23.7%, 33.9%) |
| CMYK | cmyk(0%, 38.3%, 33.6%, 58%) |
How do I convert purplish brown to HEX?
Select purplish brown from the color name list in our color converter. The HEX value — #6b4247 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purplish brown belong to?
purplish brown belongs to the red color family. It is a medium, muted color with HSL values: hue 352.7°, saturation 23.7%, lightness 33.9%.
How do I create lighter and darker shades of purplish brown?
Lighter variant (lightness 48.9%): #9a5f66. Darker variant (lightness 18.9%): #3c2528. 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.