Archaeology
#6e6a5e
Looking for the precise values behind Archaeology (#6e6a5e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #6e6a5e | |
|---|---|---|
| RGB | rgb(110, 106, 94) | |
| HSL | hsl(45, 8%, 40%) | |
| CMYK | cmyk(0%, 4%, 15%, 57%) | |
| LAB | lab(45, 0, 7) | |
| OKLCH | oklch(0.52 0.019 92) |
Color harmonies
Tints & shades
Code snippets
color: #6e6a5e;
background-color: #6e6a5e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF6E6A5E)
/* Swift / UIKit */
UIColor(red: 0.43, green: 0.42, blue: 0.37, alpha: 1.0)