Shades of Gurkha #989160
Tints of Gurkha #989160
RGB
CMYK
RGB Variations
Color information
#989160 (or 0x989160) is known color: Gurkha. HEX triplet: 98, 91 and 60. RGB value is (152,145,96). Sum of RGB (Red+Green+Blue) = 152+145+96=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #989160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989160 is #676E9F. Grayscale: #8D8D8D. Windows color (decimal): -6778528 or 6328728. OLE color: 6328728.
HSL color Cylindrical-coordinate representation of color #989160: hue angle of 52.5º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #989160 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 96 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.40 |
| HSL | 52.5º | 0.23% | 0.49% | - |
| HSV(B) | 52.5º | 0.37% | 0.6% | - |
| XYZ | 25.19 | 27.77 | 15.1 | - |
| YUV | 141.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 96 | 0 | 0.05 | 0.37 | 0.40 | 52.5 | 0.23 | 0.49 |
| Hex | 98 | 91 | 60 | 0 | 5 | 25 | 28 | 34 | 17 | 31 |
| Octal | 230 | 221 | 140 | 0 | 5 | 45 | 50 | 64 | 27 | 61 |
| Binary | 10011000 | 10010001 | 1100000 | 0 | 101 | 100101 | 101000 | 110100 | 10111 | 110001 |
Color Harmonies of #989160
Complementary color
Monochromatic Colors of #989160
Black with #989160
Text Example
Text Example
White with #989160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989160; }
p { color: rgb(152,145,96); }
H1.HeaderClassName
{
color: #989160;
}
.AnyTagClassName
{
color: #989160;
}
</style>
background-color css
<style>
a { background-color: #989160; }
a { background-color: rgb(152,145,96); }
div.DivClassName
{
background-color: #989160;
}
.BgClassName
{
background-color: #989160;
}
</style>
border-color css
<style>
span { border-color: #989160; }
span { border-color: rgb(152,145,96); }
td.TdClassName
{
border-color: #989160;
}
.TagClassName
{
border-color: #989160;
}
</style>