Shades of Gurkha #9C946D
Tints of Gurkha #9C946D
RGB
CMYK
RGB Variations
Color information
#9C946D (or 0x9C946D) is known color: Gurkha. HEX triplet: 9C, 94 and 6D. RGB value is (156,148,109). Sum of RGB (Red+Green+Blue) = 156+148+109=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 156 - color contains mainly: red. Hex color #9C946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C946D is #636B92. Grayscale: #929292. Windows color (decimal): -6515603 or 7181468. OLE color: 7181468.
HSL color Cylindrical-coordinate representation of color #9C946D: hue angle of 49.79º 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 #9C946D is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 148 | 109 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.39 |
| HSL | 49.79º | 0.19% | 0.52% | - |
| HSV(B) | 49.79º | 0.3% | 0.61% | - |
| XYZ | 27.06 | 29.35 | 18.71 | - |
| YUV | 145.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 109 | 0 | 0.05 | 0.30 | 0.39 | 49.79 | 0.19 | 0.52 |
| Hex | 9C | 94 | 6D | 0 | 5 | 1E | 27 | 32 | 13 | 34 |
| Octal | 234 | 224 | 155 | 0 | 5 | 36 | 47 | 62 | 23 | 64 |
| Binary | 10011100 | 10010100 | 1101101 | 0 | 101 | 11110 | 100111 | 110010 | 10011 | 110100 |
Color Harmonies of #9C946D
Complementary color
Monochromatic Colors of #9C946D
Black with #9C946D
Text Example
Text Example
White with #9C946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C946D; }
p { color: rgb(156,148,109); }
H1.HeaderClassName
{
color: #9C946D;
}
.AnyTagClassName
{
color: #9C946D;
}
</style>
background-color css
<style>
a { background-color: #9C946D; }
a { background-color: rgb(156,148,109); }
div.DivClassName
{
background-color: #9C946D;
}
.BgClassName
{
background-color: #9C946D;
}
</style>
border-color css
<style>
span { border-color: #9C946D; }
span { border-color: rgb(156,148,109); }
td.TdClassName
{
border-color: #9C946D;
}
.TagClassName
{
border-color: #9C946D;
}
</style>