Shades of Gurkha #9E9169
Tints of Gurkha #9E9169
RGB
CMYK
RGB Variations
Color information
#9E9169 (or 0x9E9169) is known color: Gurkha. HEX triplet: 9E, 91 and 69. RGB value is (158,145,105). Sum of RGB (Red+Green+Blue) = 158+145+105=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9169 is #616E96. Grayscale: #909090. Windows color (decimal): -6385303 or 6918558. OLE color: 6918558.
HSL color Cylindrical-coordinate representation of color #9E9169: hue angle of 45.28º 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 #9E9169 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 145 | 105 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.38 |
| HSL | 45.28º | 0.21% | 0.52% | - |
| HSV(B) | 45.28º | 0.34% | 0.62% | - |
| XYZ | 26.78 | 28.54 | 17.46 | - |
| YUV | 144.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 105 | 0 | 0.08 | 0.34 | 0.38 | 45.28 | 0.21 | 0.52 |
| Hex | 9E | 91 | 69 | 0 | 8 | 22 | 26 | 2D | 15 | 34 |
| Octal | 236 | 221 | 151 | 0 | 10 | 42 | 46 | 55 | 25 | 64 |
| Binary | 10011110 | 10010001 | 1101001 | 0 | 1000 | 100010 | 100110 | 101101 | 10101 | 110100 |
Color Harmonies of #9E9169
Complementary color
Monochromatic Colors of #9E9169
Black with #9E9169
Text Example
Text Example
White with #9E9169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9169; }
p { color: rgb(158,145,105); }
H1.HeaderClassName
{
color: #9E9169;
}
.AnyTagClassName
{
color: #9E9169;
}
</style>
background-color css
<style>
a { background-color: #9E9169; }
a { background-color: rgb(158,145,105); }
div.DivClassName
{
background-color: #9E9169;
}
.BgClassName
{
background-color: #9E9169;
}
</style>
border-color css
<style>
span { border-color: #9E9169; }
span { border-color: rgb(158,145,105); }
td.TdClassName
{
border-color: #9E9169;
}
.TagClassName
{
border-color: #9E9169;
}
</style>