Shades of Gurkha #9C976D
Tints of Gurkha #9C976D
RGB
CMYK
RGB Variations
Color information
#9C976D (or 0x9C976D) is known color: Gurkha. HEX triplet: 9C, 97 and 6D. RGB value is (156,151,109). Sum of RGB (Red+Green+Blue) = 156+151+109=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C976D is #636892. Grayscale: #939393. Windows color (decimal): -6514835 or 7182236. OLE color: 7182236.
HSL color Cylindrical-coordinate representation of color #9C976D: hue angle of 53.62º 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 #9C976D is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 151 | 109 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.39 |
| HSL | 53.62º | 0.19% | 0.52% | - |
| HSV(B) | 53.62º | 0.3% | 0.61% | - |
| XYZ | 27.54 | 30.31 | 18.87 | - |
| YUV | 147.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 109 | 0 | 0.03 | 0.30 | 0.39 | 53.62 | 0.19 | 0.52 |
| Hex | 9C | 97 | 6D | 0 | 3 | 1E | 27 | 36 | 13 | 34 |
| Octal | 234 | 227 | 155 | 0 | 3 | 36 | 47 | 66 | 23 | 64 |
| Binary | 10011100 | 10010111 | 1101101 | 0 | 11 | 11110 | 100111 | 110110 | 10011 | 110100 |
Color Harmonies of #9C976D
Complementary color
Monochromatic Colors of #9C976D
Black with #9C976D
Text Example
Text Example
White with #9C976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C976D; }
p { color: rgb(156,151,109); }
H1.HeaderClassName
{
color: #9C976D;
}
.AnyTagClassName
{
color: #9C976D;
}
</style>
background-color css
<style>
a { background-color: #9C976D; }
a { background-color: rgb(156,151,109); }
div.DivClassName
{
background-color: #9C976D;
}
.BgClassName
{
background-color: #9C976D;
}
</style>
border-color css
<style>
span { border-color: #9C976D; }
span { border-color: rgb(156,151,109); }
td.TdClassName
{
border-color: #9C976D;
}
.TagClassName
{
border-color: #9C976D;
}
</style>