Shades of Gurkha #999473
Tints of Gurkha #999473
RGB
CMYK
RGB Variations
Color information
#999473 (or 0x999473) is known color: Gurkha. HEX triplet: 99, 94 and 73. RGB value is (153,148,115). Sum of RGB (Red+Green+Blue) = 153+148+115=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #999473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999473 is #666B8C. Grayscale: #919191. Windows color (decimal): -6712205 or 7574681. OLE color: 7574681.
HSL color Cylindrical-coordinate representation of color #999473: hue angle of 52.11º 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 #999473 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 115 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.4 |
| HSL | 52.11º | 0.16% | 0.53% | - |
| HSV(B) | 52.11º | 0.25% | 0.6% | - |
| XYZ | 26.82 | 29.19 | 20.44 | - |
| YUV | 145.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 115 | 0 | 0.03 | 0.25 | 0.4 | 52.11 | 0.16 | 0.53 |
| Hex | 99 | 94 | 73 | 0 | 3 | 19 | 28 | 34 | 10 | 35 |
| Octal | 231 | 224 | 163 | 0 | 3 | 31 | 50 | 64 | 20 | 65 |
| Binary | 10011001 | 10010100 | 1110011 | 0 | 11 | 11001 | 101000 | 110100 | 10000 | 110101 |
Color Harmonies of #999473
Complementary color
Monochromatic Colors of #999473
Black with #999473
Text Example
Text Example
White with #999473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999473; }
p { color: rgb(153,148,115); }
H1.HeaderClassName
{
color: #999473;
}
.AnyTagClassName
{
color: #999473;
}
</style>
background-color css
<style>
a { background-color: #999473; }
a { background-color: rgb(153,148,115); }
div.DivClassName
{
background-color: #999473;
}
.BgClassName
{
background-color: #999473;
}
</style>
border-color css
<style>
span { border-color: #999473; }
span { border-color: rgb(153,148,115); }
td.TdClassName
{
border-color: #999473;
}
.TagClassName
{
border-color: #999473;
}
</style>