Volcanic Rock
#6b6965
Looking for the precise values behind Volcanic Rock (#6b6965)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #6b6965 | |
|---|---|---|
| RGB | rgb(107, 105, 101) | |
| HSL | hsl(40, 3%, 41%) | |
| CMYK | cmyk(0%, 2%, 6%, 58%) | |
| LAB | lab(45, 0, 3) | |
| OKLCH | oklch(0.52 0.007 85) |
Color harmonies
Tints & shades
Code snippets
color: #6b6965;
background-color: #6b6965;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF6B6965)
/* Swift / UIKit */
UIColor(red: 0.42, green: 0.41, blue: 0.40, alpha: 1.0)