Shades of Gurkha #999365
Tints of Gurkha #999365
RGB
CMYK
RGB Variations
Color information
#999365 (or 0x999365) is known color: Gurkha. HEX triplet: 99, 93 and 65. RGB value is (153,147,101). Sum of RGB (Red+Green+Blue) = 153+147+101=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #999365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999365 is #666C9A. Grayscale: #8F8F8F. Windows color (decimal): -6712475 or 6656921. OLE color: 6656921.
HSL color Cylindrical-coordinate representation of color #999365: hue angle of 53.08º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #999365 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 101 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.4 |
| HSL | 53.08º | 0.2% | 0.5% | - |
| HSV(B) | 53.08º | 0.34% | 0.6% | - |
| XYZ | 25.92 | 28.58 | 16.46 | - |
| YUV | 143.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 101 | 0 | 0.04 | 0.34 | 0.4 | 53.08 | 0.2 | 0.5 |
| Hex | 99 | 93 | 65 | 0 | 4 | 22 | 28 | 35 | 14 | 32 |
| Octal | 231 | 223 | 145 | 0 | 4 | 42 | 50 | 65 | 24 | 62 |
| Binary | 10011001 | 10010011 | 1100101 | 0 | 100 | 100010 | 101000 | 110101 | 10100 | 110010 |
Color Harmonies of #999365
Complementary color
Monochromatic Colors of #999365
Black with #999365
Text Example
Text Example
White with #999365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999365; }
p { color: rgb(153,147,101); }
H1.HeaderClassName
{
color: #999365;
}
.AnyTagClassName
{
color: #999365;
}
</style>
background-color css
<style>
a { background-color: #999365; }
a { background-color: rgb(153,147,101); }
div.DivClassName
{
background-color: #999365;
}
.BgClassName
{
background-color: #999365;
}
</style>
border-color css
<style>
span { border-color: #999365; }
span { border-color: rgb(153,147,101); }
td.TdClassName
{
border-color: #999365;
}
.TagClassName
{
border-color: #999365;
}
</style>