Shades of Gurkha #9E976E
Tints of Gurkha #9E976E
RGB
CMYK
RGB Variations
Color information
#9E976E (or 0x9E976E) is known color: Gurkha. HEX triplet: 9E, 97 and 6E. RGB value is (158,151,110). Sum of RGB (Red+Green+Blue) = 158+151+110=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 158 - color contains mainly: red. Hex color #9E976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E976E is #616891. Grayscale: #949494. Windows color (decimal): -6383762 or 7247774. OLE color: 7247774.
HSL color Cylindrical-coordinate representation of color #9E976E: hue angle of 51.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E976E is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 151 | 110 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.38 |
| HSL | 51.25º | 0.2% | 0.53% | - |
| HSV(B) | 51.25º | 0.3% | 0.62% | - |
| XYZ | 27.98 | 30.53 | 19.17 | - |
| YUV | 148.42 | 106.32 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 151 | 110 | 0 | 0.04 | 0.30 | 0.38 | 51.25 | 0.2 | 0.53 |
| Hex | 9E | 97 | 6E | 0 | 4 | 1E | 26 | 33 | 14 | 35 |
| Octal | 236 | 227 | 156 | 0 | 4 | 36 | 46 | 63 | 24 | 65 |
| Binary | 10011110 | 10010111 | 1101110 | 0 | 100 | 11110 | 100110 | 110011 | 10100 | 110101 |
Color Harmonies of #9E976E
Complementary color
Monochromatic Colors of #9E976E
Black with #9E976E
Text Example
Text Example
White with #9E976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E976E; }
p { color: rgb(158,151,110); }
H1.HeaderClassName
{
color: #9E976E;
}
.AnyTagClassName
{
color: #9E976E;
}
</style>
background-color css
<style>
a { background-color: #9E976E; }
a { background-color: rgb(158,151,110); }
div.DivClassName
{
background-color: #9E976E;
}
.BgClassName
{
background-color: #9E976E;
}
</style>
border-color css
<style>
span { border-color: #9E976E; }
span { border-color: rgb(158,151,110); }
td.TdClassName
{
border-color: #9E976E;
}
.TagClassName
{
border-color: #9E976E;
}
</style>