Shades of Gurkha #999573
Tints of Gurkha #999573
RGB
CMYK
RGB Variations
Color information
#999573 (or 0x999573) is known color: Gurkha. HEX triplet: 99, 95 and 73. RGB value is (153,149,115). Sum of RGB (Red+Green+Blue) = 153+149+115=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #999573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999573 is #666A8C. Grayscale: #929292. Windows color (decimal): -6711949 or 7574937. OLE color: 7574937.
HSL color Cylindrical-coordinate representation of color #999573: hue angle of 53.68º 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 #999573 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 115 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.4 |
| HSL | 53.68º | 0.16% | 0.53% | - |
| HSV(B) | 53.68º | 0.25% | 0.6% | - |
| XYZ | 26.98 | 29.51 | 20.49 | - |
| YUV | 146.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 115 | 0 | 0.03 | 0.25 | 0.4 | 53.68 | 0.16 | 0.53 |
| Hex | 99 | 95 | 73 | 0 | 3 | 19 | 28 | 36 | 10 | 35 |
| Octal | 231 | 225 | 163 | 0 | 3 | 31 | 50 | 66 | 20 | 65 |
| Binary | 10011001 | 10010101 | 1110011 | 0 | 11 | 11001 | 101000 | 110110 | 10000 | 110101 |
Color Harmonies of #999573
Complementary color
Monochromatic Colors of #999573
Black with #999573
Text Example
Text Example
White with #999573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999573; }
p { color: rgb(153,149,115); }
H1.HeaderClassName
{
color: #999573;
}
.AnyTagClassName
{
color: #999573;
}
</style>
background-color css
<style>
a { background-color: #999573; }
a { background-color: rgb(153,149,115); }
div.DivClassName
{
background-color: #999573;
}
.BgClassName
{
background-color: #999573;
}
</style>
border-color css
<style>
span { border-color: #999573; }
span { border-color: rgb(153,149,115); }
td.TdClassName
{
border-color: #999573;
}
.TagClassName
{
border-color: #999573;
}
</style>