Knock on Wood
#9f9b84
Looking for the precise values behind Knock on Wood (#9f9b84)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9f9b84 | |
|---|---|---|
| RGB | rgb(159, 155, 132) | |
| HSL | hsl(51, 12%, 57%) | |
| CMYK | cmyk(0%, 3%, 17%, 38%) | |
| LAB | lab(64, -1, 13) | |
| OKLCH | oklch(0.69 0.033 99) |
Color harmonies
Tints & shades
Code snippets
color: #9f9b84;
background-color: #9f9b84;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF9F9B84)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.61, blue: 0.52, alpha: 1.0)