Shades of Gurkha #999362
Tints of Gurkha #999362
RGB
CMYK
RGB Variations
Color information
#999362 (or 0x999362) is known color: Gurkha. HEX triplet: 99, 93 and 62. RGB value is (153,147,98). Sum of RGB (Red+Green+Blue) = 153+147+98=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #999362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999362 is #666C9D. Grayscale: #8F8F8F. Windows color (decimal): -6712478 or 6460313. OLE color: 6460313.
HSL color Cylindrical-coordinate representation of color #999362: hue angle of 53.45º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #999362 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 98 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.4 |
| HSL | 53.45º | 0.22% | 0.49% | - |
| HSV(B) | 53.45º | 0.36% | 0.6% | - |
| XYZ | 25.78 | 28.52 | 15.7 | - |
| YUV | 143.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 98 | 0 | 0.04 | 0.36 | 0.4 | 53.45 | 0.22 | 0.49 |
| Hex | 99 | 93 | 62 | 0 | 4 | 24 | 28 | 35 | 16 | 31 |
| Octal | 231 | 223 | 142 | 0 | 4 | 44 | 50 | 65 | 26 | 61 |
| Binary | 10011001 | 10010011 | 1100010 | 0 | 100 | 100100 | 101000 | 110101 | 10110 | 110001 |
Color Harmonies of #999362
Complementary color
Monochromatic Colors of #999362
Black with #999362
Text Example
Text Example
White with #999362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999362; }
p { color: rgb(153,147,98); }
H1.HeaderClassName
{
color: #999362;
}
.AnyTagClassName
{
color: #999362;
}
</style>
background-color css
<style>
a { background-color: #999362; }
a { background-color: rgb(153,147,98); }
div.DivClassName
{
background-color: #999362;
}
.BgClassName
{
background-color: #999362;
}
</style>
border-color css
<style>
span { border-color: #999362; }
span { border-color: rgb(153,147,98); }
td.TdClassName
{
border-color: #999362;
}
.TagClassName
{
border-color: #999362;
}
</style>