Black Power
#654b37
Black Power is a color with the hex code #654b37. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #654b37 | |
|---|---|---|
| RGB | rgb(101, 75, 55) | |
| HSL | hsl(26, 29%, 31%) | |
| CMYK | cmyk(0%, 26%, 46%, 60%) | |
| LAB | lab(34, 9, 16) | |
| OKLCH | oklch(0.44 0.047 59) |
Color harmonies
Tints & shades
Code snippets
color: #654b37;
background-color: #654b37;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF654B37)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.29, blue: 0.22, alpha: 1.0)