Wenge Hex Code — #645452
RGB, HSL, and CMYK values for Wenge.
Wenge Color Values
| Format | Value |
|---|---|
| HEX | #645452 |
| RGB | rgb(100, 84, 82) |
| HSL | hsl(7, 10%, 36%) |
| CMYK | cmyk(0%, 16%, 18%, 61%) |
Want to explore more shades? Use our Color Converter
About Wenge
Color psychology: Stability, warmth.
Wenge (#645452) is a dark shade of brown. It's commonly used in web design, graphic design, and branding where stability, warmth are desired associations.
How to Use Wenge in CSS
/* Using HEX */ color: #645452; background-color: #645452; /* Using RGB */ color: rgb(100, 84, 82); /* Using HSL */ color: hsl(7, 10%, 36%);