Shades of Gurkha #9C9366
Tints of Gurkha #9C9366
RGB
CMYK
RGB Variations
Color information
#9C9366 (or 0x9C9366) is known color: Gurkha. HEX triplet: 9C, 93 and 66. RGB value is (156,147,102). Sum of RGB (Red+Green+Blue) = 156+147+102=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9366 is #636C99. Grayscale: #909090. Windows color (decimal): -6515866 or 6722460. OLE color: 6722460.
HSL color Cylindrical-coordinate representation of color #9C9366: hue angle of 50º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C9366 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 147 | 102 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.39 |
| HSL | 50º | 0.21% | 0.51% | - |
| HSV(B) | 50º | 0.35% | 0.61% | - |
| XYZ | 26.54 | 28.89 | 16.75 | - |
| YUV | 144.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 102 | 0 | 0.06 | 0.35 | 0.39 | 50 | 0.21 | 0.51 |
| Hex | 9C | 93 | 66 | 0 | 6 | 23 | 27 | 32 | 15 | 33 |
| Octal | 234 | 223 | 146 | 0 | 6 | 43 | 47 | 62 | 25 | 63 |
| Binary | 10011100 | 10010011 | 1100110 | 0 | 110 | 100011 | 100111 | 110010 | 10101 | 110011 |
Color Harmonies of #9C9366
Complementary color
Monochromatic Colors of #9C9366
Black with #9C9366
Text Example
Text Example
White with #9C9366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9366; }
p { color: rgb(156,147,102); }
H1.HeaderClassName
{
color: #9C9366;
}
.AnyTagClassName
{
color: #9C9366;
}
</style>
background-color css
<style>
a { background-color: #9C9366; }
a { background-color: rgb(156,147,102); }
div.DivClassName
{
background-color: #9C9366;
}
.BgClassName
{
background-color: #9C9366;
}
</style>
border-color css
<style>
span { border-color: #9C9366; }
span { border-color: rgb(156,147,102); }
td.TdClassName
{
border-color: #9C9366;
}
.TagClassName
{
border-color: #9C9366;
}
</style>