Shades of Gurkha #9E9461
Tints of Gurkha #9E9461
RGB
CMYK
RGB Variations
Color information
#9E9461 (or 0x9E9461) is known color: Gurkha. HEX triplet: 9E, 94 and 61. RGB value is (158,148,97). Sum of RGB (Red+Green+Blue) = 158+148+97=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9461 is #616B9E. Grayscale: #919191. Windows color (decimal): -6384543 or 6395038. OLE color: 6395038.
HSL color Cylindrical-coordinate representation of color #9E9461: hue angle of 50.16º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E9461 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 148 | 97 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.38 |
| HSL | 50.16º | 0.24% | 0.5% | - |
| HSV(B) | 50.16º | 0.39% | 0.62% | - |
| XYZ | 26.85 | 29.31 | 15.55 | - |
| YUV | 145.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 148 | 97 | 0 | 0.06 | 0.39 | 0.38 | 50.16 | 0.24 | 0.5 |
| Hex | 9E | 94 | 61 | 0 | 6 | 27 | 26 | 32 | 18 | 32 |
| Octal | 236 | 224 | 141 | 0 | 6 | 47 | 46 | 62 | 30 | 62 |
| Binary | 10011110 | 10010100 | 1100001 | 0 | 110 | 100111 | 100110 | 110010 | 11000 | 110010 |
Color Harmonies of #9E9461
Complementary color
Monochromatic Colors of #9E9461
Black with #9E9461
Text Example
Text Example
White with #9E9461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9461; }
p { color: rgb(158,148,97); }
H1.HeaderClassName
{
color: #9E9461;
}
.AnyTagClassName
{
color: #9E9461;
}
</style>
background-color css
<style>
a { background-color: #9E9461; }
a { background-color: rgb(158,148,97); }
div.DivClassName
{
background-color: #9E9461;
}
.BgClassName
{
background-color: #9E9461;
}
</style>
border-color css
<style>
span { border-color: #9E9461; }
span { border-color: rgb(158,148,97); }
td.TdClassName
{
border-color: #9E9461;
}
.TagClassName
{
border-color: #9E9461;
}
</style>