Shades of Gurkha #9C936D
Tints of Gurkha #9C936D
RGB
CMYK
RGB Variations
Color information
#9C936D (or 0x9C936D) is known color: Gurkha. HEX triplet: 9C, 93 and 6D. RGB value is (156,147,109). Sum of RGB (Red+Green+Blue) = 156+147+109=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 156 - color contains mainly: red. Hex color #9C936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C936D is #636C92. Grayscale: #919191. Windows color (decimal): -6515859 or 7181212. OLE color: 7181212.
HSL color Cylindrical-coordinate representation of color #9C936D: hue angle of 48.51º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C936D is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 147 | 109 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.39 |
| HSL | 48.51º | 0.19% | 0.52% | - |
| HSV(B) | 48.51º | 0.3% | 0.61% | - |
| XYZ | 26.9 | 29.04 | 18.66 | - |
| YUV | 145.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 109 | 0 | 0.06 | 0.30 | 0.39 | 48.51 | 0.19 | 0.52 |
| Hex | 9C | 93 | 6D | 0 | 6 | 1E | 27 | 31 | 13 | 34 |
| Octal | 234 | 223 | 155 | 0 | 6 | 36 | 47 | 61 | 23 | 64 |
| Binary | 10011100 | 10010011 | 1101101 | 0 | 110 | 11110 | 100111 | 110001 | 10011 | 110100 |
Color Harmonies of #9C936D
Complementary color
Monochromatic Colors of #9C936D
Black with #9C936D
Text Example
Text Example
White with #9C936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C936D; }
p { color: rgb(156,147,109); }
H1.HeaderClassName
{
color: #9C936D;
}
.AnyTagClassName
{
color: #9C936D;
}
</style>
background-color css
<style>
a { background-color: #9C936D; }
a { background-color: rgb(156,147,109); }
div.DivClassName
{
background-color: #9C936D;
}
.BgClassName
{
background-color: #9C936D;
}
</style>
border-color css
<style>
span { border-color: #9C936D; }
span { border-color: rgb(156,147,109); }
td.TdClassName
{
border-color: #9C936D;
}
.TagClassName
{
border-color: #9C936D;
}
</style>