Wasteland
#9c8855
Looking for the precise values behind Wasteland (#9c8855)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9c8855 | |
|---|---|---|
| RGB | rgb(156, 136, 85) | |
| HSL | hsl(43, 29%, 47%) | |
| CMYK | cmyk(0%, 13%, 46%, 39%) | |
| LAB | lab(58, 3, 30) | |
| OKLCH | oklch(0.63 0.073 89) |
Color harmonies
Tints & shades
Code snippets
color: #9c8855;
background-color: #9c8855;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9C8855)
/* Swift / UIKit */
UIColor(red: 0.61, green: 0.53, blue: 0.33, alpha: 1.0)