Shades of Gurkha #9C926C
Tints of Gurkha #9C926C
RGB
CMYK
RGB Variations
Color information
#9C926C (or 0x9C926C) is known color: Gurkha. HEX triplet: 9C, 92 and 6C. RGB value is (156,146,108). Sum of RGB (Red+Green+Blue) = 156+146+108=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 156 - color contains mainly: red. Hex color #9C926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C926C is #636D93. Grayscale: #909090. Windows color (decimal): -6516116 or 7115420. OLE color: 7115420.
HSL color Cylindrical-coordinate representation of color #9C926C: hue angle of 47.5º 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 #9C926C is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 146 | 108 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.39 |
| HSL | 47.5º | 0.2% | 0.52% | - |
| HSV(B) | 47.5º | 0.31% | 0.61% | - |
| XYZ | 26.7 | 28.71 | 18.32 | - |
| YUV | 144.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 108 | 0 | 0.06 | 0.31 | 0.39 | 47.5 | 0.2 | 0.52 |
| Hex | 9C | 92 | 6C | 0 | 6 | 1F | 27 | 30 | 14 | 34 |
| Octal | 234 | 222 | 154 | 0 | 6 | 37 | 47 | 60 | 24 | 64 |
| Binary | 10011100 | 10010010 | 1101100 | 0 | 110 | 11111 | 100111 | 110000 | 10100 | 110100 |
Color Harmonies of #9C926C
Complementary color
Monochromatic Colors of #9C926C
Black with #9C926C
Text Example
Text Example
White with #9C926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C926C; }
p { color: rgb(156,146,108); }
H1.HeaderClassName
{
color: #9C926C;
}
.AnyTagClassName
{
color: #9C926C;
}
</style>
background-color css
<style>
a { background-color: #9C926C; }
a { background-color: rgb(156,146,108); }
div.DivClassName
{
background-color: #9C926C;
}
.BgClassName
{
background-color: #9C926C;
}
</style>
border-color css
<style>
span { border-color: #9C926C; }
span { border-color: rgb(156,146,108); }
td.TdClassName
{
border-color: #9C926C;
}
.TagClassName
{
border-color: #9C926C;
}
</style>