Shades of Gurkha #999160
Tints of Gurkha #999160
RGB
CMYK
RGB Variations
Color information
#999160 (or 0x999160) is known color: Gurkha. HEX triplet: 99, 91 and 60. RGB value is (153,145,96). Sum of RGB (Red+Green+Blue) = 153+145+96=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #999160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999160 is #666E9F. Grayscale: #8E8E8E. Windows color (decimal): -6712992 or 6328729. OLE color: 6328729.
HSL color Cylindrical-coordinate representation of color #999160: hue angle of 51.58º 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 #999160 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 96 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.4 |
| HSL | 51.58º | 0.23% | 0.49% | - |
| HSV(B) | 51.58º | 0.37% | 0.6% | - |
| XYZ | 25.37 | 27.87 | 15.11 | - |
| YUV | 141.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 96 | 0 | 0.05 | 0.37 | 0.4 | 51.58 | 0.23 | 0.49 |
| Hex | 99 | 91 | 60 | 0 | 5 | 25 | 28 | 34 | 17 | 31 |
| Octal | 231 | 221 | 140 | 0 | 5 | 45 | 50 | 64 | 27 | 61 |
| Binary | 10011001 | 10010001 | 1100000 | 0 | 101 | 100101 | 101000 | 110100 | 10111 | 110001 |
Color Harmonies of #999160
Complementary color
Monochromatic Colors of #999160
Black with #999160
Text Example
Text Example
White with #999160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999160; }
p { color: rgb(153,145,96); }
H1.HeaderClassName
{
color: #999160;
}
.AnyTagClassName
{
color: #999160;
}
</style>
background-color css
<style>
a { background-color: #999160; }
a { background-color: rgb(153,145,96); }
div.DivClassName
{
background-color: #999160;
}
.BgClassName
{
background-color: #999160;
}
</style>
border-color css
<style>
span { border-color: #999160; }
span { border-color: rgb(153,145,96); }
td.TdClassName
{
border-color: #999160;
}
.TagClassName
{
border-color: #999160;
}
</style>