Clay Hex Code — #B66A50
RGB, HSL, and CMYK values for Clay.
Last updated: April 6, 2026
Clay Color Values
| Format | Value |
|---|---|
| HEX | #B66A50 |
| RGB | rgb(182, 106, 80) |
| HSL | hsl(15, 41%, 51%) |
| CMYK | cmyk(0%, 42%, 56%, 29%) |
About Clay
Color psychology: Grounding, stability.
Clay (#B66A50) is a medium shade of brown with a hue angle of 15° on the color wheel, 41% saturation, and 51% lightness. It's commonly used in web design, graphic design, and branding where grounding, stability are desired associations.
In color theory, Clay sits in the warm section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Clay in Design
Web Design
Use Clay for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Clay conveys grounding, stability — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:42% Y:56% K:29%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Clay work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Clay in CSS
/* Using HEX */ color: #B66A50; background-color: #B66A50; /* Using RGB */ color: rgb(182, 106, 80); /* Using HSL — best for creating variations */ color: hsl(15, 41%, 51%); /* Transparent overlay (50% opacity) */ background-color: rgba(182, 106, 80, 0.5); /* Lighter variant for hover states */ background-color: hsl(15, 41%, 61%); /* Darker variant for active states */ background-color: hsl(15, 41%, 41%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Clay without changing its core hue or saturation.
Colors That Go With Clay
Complementary
Analogous
Triadic
Similar Shades of Brown
Frequently Asked Questions
What is the hex code for Clay?
What is Clay in RGB and when should I use RGB?
How to use Clay in CSS with different color formats?
What is the HSL value of Clay and why is HSL useful for designers?
What is the CMYK value of Clay for print design?
What colors pair well with Clay in design projects?
Is Clay (#B66A50) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.