Shades of Gurkha #9E905E
Tints of Gurkha #9E905E
RGB
CMYK
RGB Variations
Color information
#9E905E (or 0x9E905E) is known color: Gurkha. HEX triplet: 9E, 90 and 5E. RGB value is (158,144,94). Sum of RGB (Red+Green+Blue) = 158+144+94=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E905E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E905E is #616FA1. Grayscale: #8E8E8E. Windows color (decimal): -6385570 or 6197406. OLE color: 6197406.
HSL color Cylindrical-coordinate representation of color #9E905E: hue angle of 46.88º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E905E is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 144 | 94 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.38 |
| HSL | 46.88º | 0.25% | 0.49% | - |
| HSV(B) | 46.88º | 0.41% | 0.62% | - |
| XYZ | 26.09 | 28.02 | 14.62 | - |
| YUV | 142.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 94 | 0 | 0.09 | 0.41 | 0.38 | 46.88 | 0.25 | 0.49 |
| Hex | 9E | 90 | 5E | 0 | 9 | 29 | 26 | 2F | 19 | 31 |
| Octal | 236 | 220 | 136 | 0 | 11 | 51 | 46 | 57 | 31 | 61 |
| Binary | 10011110 | 10010000 | 1011110 | 0 | 1001 | 101001 | 100110 | 101111 | 11001 | 110001 |
Color Harmonies of #9E905E
Complementary color
Monochromatic Colors of #9E905E
Black with #9E905E
Text Example
Text Example
White with #9E905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E905E; }
p { color: rgb(158,144,94); }
H1.HeaderClassName
{
color: #9E905E;
}
.AnyTagClassName
{
color: #9E905E;
}
</style>
background-color css
<style>
a { background-color: #9E905E; }
a { background-color: rgb(158,144,94); }
div.DivClassName
{
background-color: #9E905E;
}
.BgClassName
{
background-color: #9E905E;
}
</style>
border-color css
<style>
span { border-color: #9E905E; }
span { border-color: rgb(158,144,94); }
td.TdClassName
{
border-color: #9E905E;
}
.TagClassName
{
border-color: #9E905E;
}
</style>