Papyrus
#999911
Here's everything about the color Papyrus (#999911) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #999911 | |
|---|---|---|
| RGB | rgb(153, 153, 17) | |
| HSL | hsl(60, 80%, 33%) | |
| CMYK | cmyk(0%, 0%, 89%, 40%) | |
| LAB | lab(62, -11, 61) | |
| OKLCH | oklch(0.66 0.14 110) |
Color harmonies
Tints & shades
Code snippets
color: #999911;
background-color: #999911;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF999911)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.60, blue: 0.07, alpha: 1.0)