Clay Hex Code — #B66A50
RGB, HSL, and CMYK values for Clay.
Clay Color Values
| Format | Value |
|---|---|
| HEX | #B66A50 |
| RGB | rgb(182, 106, 80) |
| HSL | hsl(15, 41%, 51%) |
| CMYK | cmyk(0%, 42%, 56%, 29%) |
Want to explore more shades? Use our Color Converter
About Clay
Color psychology: Grounding, stability.
Clay (#B66A50) is a medium shade of brown. It's commonly used in web design, graphic design, and branding where grounding, stability are desired associations.
How to Use Clay in CSS
/* Using HEX */ color: #B66A50; background-color: #B66A50; /* Using RGB */ color: rgb(182, 106, 80); /* Using HSL */ color: hsl(15, 41%, 51%);