Shades of Gurkha #9E9069
Tints of Gurkha #9E9069
RGB
CMYK
RGB Variations
Color information
#9E9069 (or 0x9E9069) is known color: Gurkha. HEX triplet: 9E, 90 and 69. RGB value is (158,144,105). Sum of RGB (Red+Green+Blue) = 158+144+105=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9069 is #616F96. Grayscale: #8F8F8F. Windows color (decimal): -6385559 or 6918302. OLE color: 6918302.
HSL color Cylindrical-coordinate representation of color #9E9069: hue angle of 44.15º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E9069 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 144 | 105 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.38 |
| HSL | 44.15º | 0.21% | 0.52% | - |
| HSV(B) | 44.15º | 0.34% | 0.62% | - |
| XYZ | 26.62 | 28.24 | 17.41 | - |
| YUV | 143.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 105 | 0 | 0.09 | 0.34 | 0.38 | 44.15 | 0.21 | 0.52 |
| Hex | 9E | 90 | 69 | 0 | 9 | 22 | 26 | 2C | 15 | 34 |
| Octal | 236 | 220 | 151 | 0 | 11 | 42 | 46 | 54 | 25 | 64 |
| Binary | 10011110 | 10010000 | 1101001 | 0 | 1001 | 100010 | 100110 | 101100 | 10101 | 110100 |
Color Harmonies of #9E9069
Complementary color
Monochromatic Colors of #9E9069
Black with #9E9069
Text Example
Text Example
White with #9E9069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9069; }
p { color: rgb(158,144,105); }
H1.HeaderClassName
{
color: #9E9069;
}
.AnyTagClassName
{
color: #9E9069;
}
</style>
background-color css
<style>
a { background-color: #9E9069; }
a { background-color: rgb(158,144,105); }
div.DivClassName
{
background-color: #9E9069;
}
.BgClassName
{
background-color: #9E9069;
}
</style>
border-color css
<style>
span { border-color: #9E9069; }
span { border-color: rgb(158,144,105); }
td.TdClassName
{
border-color: #9E9069;
}
.TagClassName
{
border-color: #9E9069;
}
</style>