Shades of Gurkha #999577
Tints of Gurkha #999577
RGB
CMYK
RGB Variations
Color information
#999577 (or 0x999577) is known color: Gurkha. HEX triplet: 99, 95 and 77. RGB value is (153,149,119). Sum of RGB (Red+Green+Blue) = 153+149+119=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #999577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999577 is #666A88. Grayscale: #929292. Windows color (decimal): -6711945 or 7837081. OLE color: 7837081.
HSL color Cylindrical-coordinate representation of color #999577: hue angle of 52.94º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #999577 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 119 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.4 |
| HSL | 52.94º | 0.14% | 0.53% | - |
| HSV(B) | 52.94º | 0.22% | 0.6% | - |
| XYZ | 27.21 | 29.6 | 21.73 | - |
| YUV | 146.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 119 | 0 | 0.03 | 0.22 | 0.4 | 52.94 | 0.14 | 0.53 |
| Hex | 99 | 95 | 77 | 0 | 3 | 16 | 28 | 35 | E | 35 |
| Octal | 231 | 225 | 167 | 0 | 3 | 26 | 50 | 65 | 16 | 65 |
| Binary | 10011001 | 10010101 | 1110111 | 0 | 11 | 10110 | 101000 | 110101 | 1110 | 110101 |
Color Harmonies of #999577
Complementary color
Monochromatic Colors of #999577
Black with #999577
Text Example
Text Example
White with #999577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999577; }
p { color: rgb(153,149,119); }
H1.HeaderClassName
{
color: #999577;
}
.AnyTagClassName
{
color: #999577;
}
</style>
background-color css
<style>
a { background-color: #999577; }
a { background-color: rgb(153,149,119); }
div.DivClassName
{
background-color: #999577;
}
.BgClassName
{
background-color: #999577;
}
</style>
border-color css
<style>
span { border-color: #999577; }
span { border-color: rgb(153,149,119); }
td.TdClassName
{
border-color: #999577;
}
.TagClassName
{
border-color: #999577;
}
</style>