Shades of Gurkha #9C926B
Tints of Gurkha #9C926B
RGB
CMYK
RGB Variations
Color information
#9C926B (or 0x9C926B) is known color: Gurkha. HEX triplet: 9C, 92 and 6B. RGB value is (156,146,107). Sum of RGB (Red+Green+Blue) = 156+146+107=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 156 - color contains mainly: red. Hex color #9C926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C926B is #636D94. Grayscale: #909090. Windows color (decimal): -6516117 or 7049884. OLE color: 7049884.
HSL color Cylindrical-coordinate representation of color #9C926B: hue angle of 47.76º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C926B is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 146 | 107 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.39 |
| HSL | 47.76º | 0.2% | 0.52% | - |
| HSV(B) | 47.76º | 0.31% | 0.61% | - |
| XYZ | 26.64 | 28.69 | 18.04 | - |
| YUV | 144.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 107 | 0 | 0.06 | 0.31 | 0.39 | 47.76 | 0.2 | 0.52 |
| Hex | 9C | 92 | 6B | 0 | 6 | 1F | 27 | 30 | 14 | 34 |
| Octal | 234 | 222 | 153 | 0 | 6 | 37 | 47 | 60 | 24 | 64 |
| Binary | 10011100 | 10010010 | 1101011 | 0 | 110 | 11111 | 100111 | 110000 | 10100 | 110100 |
Color Harmonies of #9C926B
Complementary color
Monochromatic Colors of #9C926B
Black with #9C926B
Text Example
Text Example
White with #9C926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C926B; }
p { color: rgb(156,146,107); }
H1.HeaderClassName
{
color: #9C926B;
}
.AnyTagClassName
{
color: #9C926B;
}
</style>
background-color css
<style>
a { background-color: #9C926B; }
a { background-color: rgb(156,146,107); }
div.DivClassName
{
background-color: #9C926B;
}
.BgClassName
{
background-color: #9C926B;
}
</style>
border-color css
<style>
span { border-color: #9C926B; }
span { border-color: rgb(156,146,107); }
td.TdClassName
{
border-color: #9C926B;
}
.TagClassName
{
border-color: #9C926B;
}
</style>