Shades of Gurkha #9E976F
Tints of Gurkha #9E976F
RGB
CMYK
RGB Variations
Color information
#9E976F (or 0x9E976F) is known color: Gurkha. HEX triplet: 9E, 97 and 6F. RGB value is (158,151,111). Sum of RGB (Red+Green+Blue) = 158+151+111=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 158 - color contains mainly: red. Hex color #9E976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E976F is #616890. Grayscale: #949494. Windows color (decimal): -6383761 or 7313310. OLE color: 7313310.
HSL color Cylindrical-coordinate representation of color #9E976F: hue angle of 51.06º 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 #9E976F is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 151 | 111 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.38 |
| HSL | 51.06º | 0.2% | 0.53% | - |
| HSV(B) | 51.06º | 0.3% | 0.62% | - |
| XYZ | 28.04 | 30.55 | 19.46 | - |
| YUV | 148.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 151 | 111 | 0 | 0.04 | 0.30 | 0.38 | 51.06 | 0.2 | 0.53 |
| Hex | 9E | 97 | 6F | 0 | 4 | 1E | 26 | 33 | 14 | 35 |
| Octal | 236 | 227 | 157 | 0 | 4 | 36 | 46 | 63 | 24 | 65 |
| Binary | 10011110 | 10010111 | 1101111 | 0 | 100 | 11110 | 100110 | 110011 | 10100 | 110101 |
Color Harmonies of #9E976F
Complementary color
Monochromatic Colors of #9E976F
Black with #9E976F
Text Example
Text Example
White with #9E976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E976F; }
p { color: rgb(158,151,111); }
H1.HeaderClassName
{
color: #9E976F;
}
.AnyTagClassName
{
color: #9E976F;
}
</style>
background-color css
<style>
a { background-color: #9E976F; }
a { background-color: rgb(158,151,111); }
div.DivClassName
{
background-color: #9E976F;
}
.BgClassName
{
background-color: #9E976F;
}
</style>
border-color css
<style>
span { border-color: #9E976F; }
span { border-color: rgb(158,151,111); }
td.TdClassName
{
border-color: #9E976F;
}
.TagClassName
{
border-color: #9E976F;
}
</style>