Shades of Gurkha #9C9371
Tints of Gurkha #9C9371
RGB
CMYK
RGB Variations
Color information
#9C9371 (or 0x9C9371) is known color: Gurkha. HEX triplet: 9C, 93 and 71. RGB value is (156,147,113). Sum of RGB (Red+Green+Blue) = 156+147+113=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9371 is #636C8E. Grayscale: #919191. Windows color (decimal): -6515855 or 7443356. OLE color: 7443356.
HSL color Cylindrical-coordinate representation of color #9C9371: hue angle of 47.44º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C9371 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 147 | 113 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.39 |
| HSL | 47.44º | 0.18% | 0.53% | - |
| HSV(B) | 47.44º | 0.28% | 0.61% | - |
| XYZ | 27.12 | 29.13 | 19.82 | - |
| YUV | 145.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 113 | 0 | 0.06 | 0.28 | 0.39 | 47.44 | 0.18 | 0.53 |
| Hex | 9C | 93 | 71 | 0 | 6 | 1C | 27 | 2F | 12 | 35 |
| Octal | 234 | 223 | 161 | 0 | 6 | 34 | 47 | 57 | 22 | 65 |
| Binary | 10011100 | 10010011 | 1110001 | 0 | 110 | 11100 | 100111 | 101111 | 10010 | 110101 |
Color Harmonies of #9C9371
Complementary color
Monochromatic Colors of #9C9371
Black with #9C9371
Text Example
Text Example
White with #9C9371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9371; }
p { color: rgb(156,147,113); }
H1.HeaderClassName
{
color: #9C9371;
}
.AnyTagClassName
{
color: #9C9371;
}
</style>
background-color css
<style>
a { background-color: #9C9371; }
a { background-color: rgb(156,147,113); }
div.DivClassName
{
background-color: #9C9371;
}
.BgClassName
{
background-color: #9C9371;
}
</style>
border-color css
<style>
span { border-color: #9C9371; }
span { border-color: rgb(156,147,113); }
td.TdClassName
{
border-color: #9C9371;
}
.TagClassName
{
border-color: #9C9371;
}
</style>