Shades of Gurkha #999170
Tints of Gurkha #999170
RGB
CMYK
RGB Variations
Color information
#999170 (or 0x999170) is known color: Gurkha. HEX triplet: 99, 91 and 70. RGB value is (153,145,112). Sum of RGB (Red+Green+Blue) = 153+145+112=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #999170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999170 is #666E8F. Grayscale: #8F8F8F. Windows color (decimal): -6712976 or 7377305. OLE color: 7377305.
HSL color Cylindrical-coordinate representation of color #999170: hue angle of 48.29º 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 #999170 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 112 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.4 |
| HSL | 48.29º | 0.17% | 0.52% | - |
| HSV(B) | 48.29º | 0.27% | 0.6% | - |
| XYZ | 26.19 | 28.19 | 19.39 | - |
| YUV | 143.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 112 | 0 | 0.05 | 0.27 | 0.4 | 48.29 | 0.17 | 0.52 |
| Hex | 99 | 91 | 70 | 0 | 5 | 1B | 28 | 30 | 11 | 34 |
| Octal | 231 | 221 | 160 | 0 | 5 | 33 | 50 | 60 | 21 | 64 |
| Binary | 10011001 | 10010001 | 1110000 | 0 | 101 | 11011 | 101000 | 110000 | 10001 | 110100 |
Color Harmonies of #999170
Complementary color
Monochromatic Colors of #999170
Black with #999170
Text Example
Text Example
White with #999170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999170; }
p { color: rgb(153,145,112); }
H1.HeaderClassName
{
color: #999170;
}
.AnyTagClassName
{
color: #999170;
}
</style>
background-color css
<style>
a { background-color: #999170; }
a { background-color: rgb(153,145,112); }
div.DivClassName
{
background-color: #999170;
}
.BgClassName
{
background-color: #999170;
}
</style>
border-color css
<style>
span { border-color: #999170; }
span { border-color: rgb(153,145,112); }
td.TdClassName
{
border-color: #999170;
}
.TagClassName
{
border-color: #999170;
}
</style>