Shades of Gurkha #999476
Tints of Gurkha #999476
RGB
CMYK
RGB Variations
Color information
#999476 (or 0x999476) is known color: Gurkha. HEX triplet: 99, 94 and 76. RGB value is (153,148,118). Sum of RGB (Red+Green+Blue) = 153+148+118=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #999476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999476 is #666B89. Grayscale: #929292. Windows color (decimal): -6712202 or 7771289. OLE color: 7771289.
HSL color Cylindrical-coordinate representation of color #999476: hue angle of 51.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #999476 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 118 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.4 |
| HSL | 51.43º | 0.15% | 0.53% | - |
| HSV(B) | 51.43º | 0.23% | 0.6% | - |
| XYZ | 27 | 29.26 | 21.36 | - |
| YUV | 146.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 118 | 0 | 0.03 | 0.23 | 0.4 | 51.43 | 0.15 | 0.53 |
| Hex | 99 | 94 | 76 | 0 | 3 | 17 | 28 | 33 | F | 35 |
| Octal | 231 | 224 | 166 | 0 | 3 | 27 | 50 | 63 | 17 | 65 |
| Binary | 10011001 | 10010100 | 1110110 | 0 | 11 | 10111 | 101000 | 110011 | 1111 | 110101 |
Color Harmonies of #999476
Complementary color
Monochromatic Colors of #999476
Black with #999476
Text Example
Text Example
White with #999476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999476; }
p { color: rgb(153,148,118); }
H1.HeaderClassName
{
color: #999476;
}
.AnyTagClassName
{
color: #999476;
}
</style>
background-color css
<style>
a { background-color: #999476; }
a { background-color: rgb(153,148,118); }
div.DivClassName
{
background-color: #999476;
}
.BgClassName
{
background-color: #999476;
}
</style>
border-color css
<style>
span { border-color: #999476; }
span { border-color: rgb(153,148,118); }
td.TdClassName
{
border-color: #999476;
}
.TagClassName
{
border-color: #999476;
}
</style>