Shades of Gurkha #999174
Tints of Gurkha #999174
RGB
CMYK
RGB Variations
Color information
#999174 (or 0x999174) is known color: Gurkha. HEX triplet: 99, 91 and 74. RGB value is (153,145,116). Sum of RGB (Red+Green+Blue) = 153+145+116=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #999174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999174 is #666E8B. Grayscale: #909090. Windows color (decimal): -6712972 or 7639449. OLE color: 7639449.
HSL color Cylindrical-coordinate representation of color #999174: hue angle of 47.03º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #999174 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 116 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.4 |
| HSL | 47.03º | 0.15% | 0.53% | - |
| HSV(B) | 47.03º | 0.24% | 0.6% | - |
| XYZ | 26.41 | 28.28 | 20.59 | - |
| YUV | 144.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 116 | 0 | 0.05 | 0.24 | 0.4 | 47.03 | 0.15 | 0.53 |
| Hex | 99 | 91 | 74 | 0 | 5 | 18 | 28 | 2F | F | 35 |
| Octal | 231 | 221 | 164 | 0 | 5 | 30 | 50 | 57 | 17 | 65 |
| Binary | 10011001 | 10010001 | 1110100 | 0 | 101 | 11000 | 101000 | 101111 | 1111 | 110101 |
Color Harmonies of #999174
Complementary color
Monochromatic Colors of #999174
Black with #999174
Text Example
Text Example
White with #999174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999174; }
p { color: rgb(153,145,116); }
H1.HeaderClassName
{
color: #999174;
}
.AnyTagClassName
{
color: #999174;
}
</style>
background-color css
<style>
a { background-color: #999174; }
a { background-color: rgb(153,145,116); }
div.DivClassName
{
background-color: #999174;
}
.BgClassName
{
background-color: #999174;
}
</style>
border-color css
<style>
span { border-color: #999174; }
span { border-color: rgb(153,145,116); }
td.TdClassName
{
border-color: #999174;
}
.TagClassName
{
border-color: #999174;
}
</style>