Shades of Gurkha #998E70
Tints of Gurkha #998E70
RGB
CMYK
RGB Variations
Color information
#998E70 (or 0x998E70) is known color: Gurkha. HEX triplet: 99, 8E and 70. RGB value is (153,142,112). Sum of RGB (Red+Green+Blue) = 153+142+112=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #998E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E70 is #66718F. Grayscale: #8E8E8E. Windows color (decimal): -6713744 or 7376537. OLE color: 7376537.
HSL color Cylindrical-coordinate representation of color #998E70: hue angle of 43.9º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #998E70 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 112 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.4 |
| HSL | 43.9º | 0.17% | 0.52% | - |
| HSV(B) | 43.9º | 0.27% | 0.6% | - |
| XYZ | 25.73 | 27.29 | 19.24 | - |
| YUV | 141.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 112 | 0 | 0.07 | 0.27 | 0.4 | 43.9 | 0.17 | 0.52 |
| Hex | 99 | 8E | 70 | 0 | 7 | 1B | 28 | 2C | 11 | 34 |
| Octal | 231 | 216 | 160 | 0 | 7 | 33 | 50 | 54 | 21 | 64 |
| Binary | 10011001 | 10001110 | 1110000 | 0 | 111 | 11011 | 101000 | 101100 | 10001 | 110100 |
Color Harmonies of #998E70
Complementary color
Monochromatic Colors of #998E70
Black with #998E70
Text Example
Text Example
White with #998E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E70; }
p { color: rgb(153,142,112); }
H1.HeaderClassName
{
color: #998E70;
}
.AnyTagClassName
{
color: #998E70;
}
</style>
background-color css
<style>
a { background-color: #998E70; }
a { background-color: rgb(153,142,112); }
div.DivClassName
{
background-color: #998E70;
}
.BgClassName
{
background-color: #998E70;
}
</style>
border-color css
<style>
span { border-color: #998E70; }
span { border-color: rgb(153,142,112); }
td.TdClassName
{
border-color: #998E70;
}
.TagClassName
{
border-color: #998E70;
}
</style>