Shades of Gurkha #999063
Tints of Gurkha #999063
RGB
CMYK
RGB Variations
Color information
#999063 (or 0x999063) is known color: Gurkha. HEX triplet: 99, 90 and 63. RGB value is (153,144,99). Sum of RGB (Red+Green+Blue) = 153+144+99=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #999063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999063 is #666F9C. Grayscale: #8D8D8D. Windows color (decimal): -6713245 or 6525081. OLE color: 6525081.
HSL color Cylindrical-coordinate representation of color #999063: hue angle of 50º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999063 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 99 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.4 |
| HSL | 50º | 0.21% | 0.49% | - |
| HSV(B) | 50º | 0.35% | 0.6% | - |
| XYZ | 25.36 | 27.62 | 15.8 | - |
| YUV | 141.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 99 | 0 | 0.06 | 0.35 | 0.4 | 50 | 0.21 | 0.49 |
| Hex | 99 | 90 | 63 | 0 | 6 | 23 | 28 | 32 | 15 | 31 |
| Octal | 231 | 220 | 143 | 0 | 6 | 43 | 50 | 62 | 25 | 61 |
| Binary | 10011001 | 10010000 | 1100011 | 0 | 110 | 100011 | 101000 | 110010 | 10101 | 110001 |
Color Harmonies of #999063
Complementary color
Monochromatic Colors of #999063
Black with #999063
Text Example
Text Example
White with #999063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999063; }
p { color: rgb(153,144,99); }
H1.HeaderClassName
{
color: #999063;
}
.AnyTagClassName
{
color: #999063;
}
</style>
background-color css
<style>
a { background-color: #999063; }
a { background-color: rgb(153,144,99); }
div.DivClassName
{
background-color: #999063;
}
.BgClassName
{
background-color: #999063;
}
</style>
border-color css
<style>
span { border-color: #999063; }
span { border-color: rgb(153,144,99); }
td.TdClassName
{
border-color: #999063;
}
.TagClassName
{
border-color: #999063;
}
</style>