Shades of Gurkha #9E9672
Tints of Gurkha #9E9672
RGB
CMYK
RGB Variations
Color information
#9E9672 (or 0x9E9672) is known color: Gurkha. HEX triplet: 9E, 96 and 72. RGB value is (158,150,114). Sum of RGB (Red+Green+Blue) = 158+150+114=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9672 is #61698D. Grayscale: #949494. Windows color (decimal): -6384014 or 7509662. OLE color: 7509662.
HSL color Cylindrical-coordinate representation of color #9E9672: hue angle of 49.09º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E9672 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 150 | 114 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.38 |
| HSL | 49.09º | 0.18% | 0.53% | - |
| HSV(B) | 49.09º | 0.28% | 0.62% | - |
| XYZ | 28.04 | 30.3 | 20.29 | - |
| YUV | 148.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 114 | 0 | 0.05 | 0.28 | 0.38 | 49.09 | 0.18 | 0.53 |
| Hex | 9E | 96 | 72 | 0 | 5 | 1C | 26 | 31 | 12 | 35 |
| Octal | 236 | 226 | 162 | 0 | 5 | 34 | 46 | 61 | 22 | 65 |
| Binary | 10011110 | 10010110 | 1110010 | 0 | 101 | 11100 | 100110 | 110001 | 10010 | 110101 |
Color Harmonies of #9E9672
Complementary color
Monochromatic Colors of #9E9672
Black with #9E9672
Text Example
Text Example
White with #9E9672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9672; }
p { color: rgb(158,150,114); }
H1.HeaderClassName
{
color: #9E9672;
}
.AnyTagClassName
{
color: #9E9672;
}
</style>
background-color css
<style>
a { background-color: #9E9672; }
a { background-color: rgb(158,150,114); }
div.DivClassName
{
background-color: #9E9672;
}
.BgClassName
{
background-color: #9E9672;
}
</style>
border-color css
<style>
span { border-color: #9E9672; }
span { border-color: rgb(158,150,114); }
td.TdClassName
{
border-color: #9E9672;
}
.TagClassName
{
border-color: #9E9672;
}
</style>