Shades of Gurkha #9C9163
Tints of Gurkha #9C9163
RGB
CMYK
RGB Variations
Color information
#9C9163 (or 0x9C9163) is known color: Gurkha. HEX triplet: 9C, 91 and 63. RGB value is (156,145,99). Sum of RGB (Red+Green+Blue) = 156+145+99=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9163 is #636E9C. Grayscale: #8F8F8F. Windows color (decimal): -6516381 or 6525340. OLE color: 6525340.
HSL color Cylindrical-coordinate representation of color #9C9163: hue angle of 48.42º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C9163 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 99 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.39 |
| HSL | 48.42º | 0.22% | 0.5% | - |
| HSV(B) | 48.42º | 0.37% | 0.61% | - |
| XYZ | 26.09 | 28.22 | 15.88 | - |
| YUV | 143.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 99 | 0 | 0.07 | 0.37 | 0.39 | 48.42 | 0.22 | 0.5 |
| Hex | 9C | 91 | 63 | 0 | 7 | 25 | 27 | 30 | 16 | 32 |
| Octal | 234 | 221 | 143 | 0 | 7 | 45 | 47 | 60 | 26 | 62 |
| Binary | 10011100 | 10010001 | 1100011 | 0 | 111 | 100101 | 100111 | 110000 | 10110 | 110010 |
Color Harmonies of #9C9163
Complementary color
Monochromatic Colors of #9C9163
Black with #9C9163
Text Example
Text Example
White with #9C9163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9163; }
p { color: rgb(156,145,99); }
H1.HeaderClassName
{
color: #9C9163;
}
.AnyTagClassName
{
color: #9C9163;
}
</style>
background-color css
<style>
a { background-color: #9C9163; }
a { background-color: rgb(156,145,99); }
div.DivClassName
{
background-color: #9C9163;
}
.BgClassName
{
background-color: #9C9163;
}
</style>
border-color css
<style>
span { border-color: #9C9163; }
span { border-color: rgb(156,145,99); }
td.TdClassName
{
border-color: #9C9163;
}
.TagClassName
{
border-color: #9C9163;
}
</style>