Decreasing Brown
#987654
Decreasing Brown is a color with the hex code #987654. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #987654 | |
|---|---|---|
| RGB | rgb(152, 118, 84) | |
| HSL | hsl(30, 29%, 46%) | |
| CMYK | cmyk(0%, 22%, 45%, 40%) | |
| LAB | lab(52, 10, 24) | |
| OKLCH | oklch(0.59 0.064 66) |
Color harmonies
Tints & shades
Code snippets
color: #987654;
background-color: #987654;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF987654)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.46, blue: 0.33, alpha: 1.0)