Shades of Gurkha #999475
Tints of Gurkha #999475
RGB
CMYK
RGB Variations
Color information
#999475 (or 0x999475) is known color: Gurkha. HEX triplet: 99, 94 and 75. RGB value is (153,148,117). Sum of RGB (Red+Green+Blue) = 153+148+117=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #999475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999475 is #666B8A. Grayscale: #929292. Windows color (decimal): -6712203 or 7705753. OLE color: 7705753.
HSL color Cylindrical-coordinate representation of color #999475: hue angle of 51.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #999475 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 117 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.4 |
| HSL | 51.67º | 0.15% | 0.53% | - |
| HSV(B) | 51.67º | 0.24% | 0.6% | - |
| XYZ | 26.94 | 29.24 | 21.05 | - |
| YUV | 145.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 117 | 0 | 0.03 | 0.24 | 0.4 | 51.67 | 0.15 | 0.53 |
| Hex | 99 | 94 | 75 | 0 | 3 | 18 | 28 | 34 | F | 35 |
| Octal | 231 | 224 | 165 | 0 | 3 | 30 | 50 | 64 | 17 | 65 |
| Binary | 10011001 | 10010100 | 1110101 | 0 | 11 | 11000 | 101000 | 110100 | 1111 | 110101 |
Color Harmonies of #999475
Complementary color
Monochromatic Colors of #999475
Black with #999475
Text Example
Text Example
White with #999475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999475; }
p { color: rgb(153,148,117); }
H1.HeaderClassName
{
color: #999475;
}
.AnyTagClassName
{
color: #999475;
}
</style>
background-color css
<style>
a { background-color: #999475; }
a { background-color: rgb(153,148,117); }
div.DivClassName
{
background-color: #999475;
}
.BgClassName
{
background-color: #999475;
}
</style>
border-color css
<style>
span { border-color: #999475; }
span { border-color: rgb(153,148,117); }
td.TdClassName
{
border-color: #999475;
}
.TagClassName
{
border-color: #999475;
}
</style>