Dill
#6f7755
Here's everything about the color Dill (#6f7755) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #6f7755 | |
|---|---|---|
| RGB | rgb(111, 119, 85) | |
| HSL | hsl(74, 17%, 40%) | |
| CMYK | cmyk(7%, 0%, 29%, 53%) | |
| LAB | lab(49, -8, 18) | |
| OKLCH | oklch(0.55 0.051 119) |
Color harmonies
Tints & shades
Code snippets
color: #6f7755;
background-color: #6f7755;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF6F7755)
/* Swift / UIKit */
UIColor(red: 0.44, green: 0.47, blue: 0.33, alpha: 1.0)