Shades of Gurkha #999060
Tints of Gurkha #999060
RGB
CMYK
RGB Variations
Color information
#999060 (or 0x999060) is known color: Gurkha. HEX triplet: 99, 90 and 60. RGB value is (153,144,96). Sum of RGB (Red+Green+Blue) = 153+144+96=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #999060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999060 is #666F9F. Grayscale: #8D8D8D. Windows color (decimal): -6713248 or 6328473. OLE color: 6328473.
HSL color Cylindrical-coordinate representation of color #999060: hue angle of 50.53º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #999060 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 96 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.4 |
| HSL | 50.53º | 0.23% | 0.49% | - |
| HSV(B) | 50.53º | 0.37% | 0.6% | - |
| XYZ | 25.22 | 27.56 | 15.06 | - |
| YUV | 141.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 96 | 0 | 0.06 | 0.37 | 0.4 | 50.53 | 0.23 | 0.49 |
| Hex | 99 | 90 | 60 | 0 | 6 | 25 | 28 | 33 | 17 | 31 |
| Octal | 231 | 220 | 140 | 0 | 6 | 45 | 50 | 63 | 27 | 61 |
| Binary | 10011001 | 10010000 | 1100000 | 0 | 110 | 100101 | 101000 | 110011 | 10111 | 110001 |
Color Harmonies of #999060
Complementary color
Monochromatic Colors of #999060
Black with #999060
Text Example
Text Example
White with #999060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999060; }
p { color: rgb(153,144,96); }
H1.HeaderClassName
{
color: #999060;
}
.AnyTagClassName
{
color: #999060;
}
</style>
background-color css
<style>
a { background-color: #999060; }
a { background-color: rgb(153,144,96); }
div.DivClassName
{
background-color: #999060;
}
.BgClassName
{
background-color: #999060;
}
</style>
border-color css
<style>
span { border-color: #999060; }
span { border-color: rgb(153,144,96); }
td.TdClassName
{
border-color: #999060;
}
.TagClassName
{
border-color: #999060;
}
</style>