Ruins of Metal
#9b8b84
Ruins of Metal, represented by the hex value #9b8b84, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9b8b84 | |
|---|---|---|
| RGB | rgb(155, 139, 132) | |
| HSL | hsl(18, 10%, 56%) | |
| CMYK | cmyk(0%, 10%, 15%, 39%) | |
| LAB | lab(59, 5, 6) | |
| OKLCH | oklch(0.65 0.022 45) |
Color harmonies
Tints & shades
Code snippets
color: #9b8b84;
background-color: #9b8b84;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9B8B84)
/* Swift / UIKit */
UIColor(red: 0.61, green: 0.55, blue: 0.52, alpha: 1.0)