Captain Kirk
#9b870c
Captain Kirk, represented by the hex value #9b870c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9b870c | |
|---|---|---|
| RGB | rgb(155, 135, 12) | |
| HSL | hsl(52, 86%, 33%) | |
| CMYK | cmyk(0%, 13%, 92%, 39%) | |
| LAB | lab(57, -1, 59) | |
| OKLCH | oklch(0.62 0.126 98) |
Color harmonies
Tints & shades
Code snippets
color: #9b870c;
background-color: #9b870c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9B870C)
/* Swift / UIKit */
UIColor(red: 0.61, green: 0.53, blue: 0.05, alpha: 1.0)