Shades of Gurkha #999173
Tints of Gurkha #999173
RGB
CMYK
RGB Variations
Color information
#999173 (or 0x999173) is known color: Gurkha. HEX triplet: 99, 91 and 73. RGB value is (153,145,115). Sum of RGB (Red+Green+Blue) = 153+145+115=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #999173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999173 is #666E8C. Grayscale: #909090. Windows color (decimal): -6712973 or 7573913. OLE color: 7573913.
HSL color Cylindrical-coordinate representation of color #999173: hue angle of 47.37º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #999173 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 115 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.4 |
| HSL | 47.37º | 0.16% | 0.53% | - |
| HSV(B) | 47.37º | 0.25% | 0.6% | - |
| XYZ | 26.36 | 28.26 | 20.29 | - |
| YUV | 143.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 115 | 0 | 0.05 | 0.25 | 0.4 | 47.37 | 0.16 | 0.53 |
| Hex | 99 | 91 | 73 | 0 | 5 | 19 | 28 | 2F | 10 | 35 |
| Octal | 231 | 221 | 163 | 0 | 5 | 31 | 50 | 57 | 20 | 65 |
| Binary | 10011001 | 10010001 | 1110011 | 0 | 101 | 11001 | 101000 | 101111 | 10000 | 110101 |
Color Harmonies of #999173
Complementary color
Monochromatic Colors of #999173
Black with #999173
Text Example
Text Example
White with #999173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999173; }
p { color: rgb(153,145,115); }
H1.HeaderClassName
{
color: #999173;
}
.AnyTagClassName
{
color: #999173;
}
</style>
background-color css
<style>
a { background-color: #999173; }
a { background-color: rgb(153,145,115); }
div.DivClassName
{
background-color: #999173;
}
.BgClassName
{
background-color: #999173;
}
</style>
border-color css
<style>
span { border-color: #999173; }
span { border-color: rgb(153,145,115); }
td.TdClassName
{
border-color: #999173;
}
.TagClassName
{
border-color: #999173;
}
</style>