Shades of Gurkha #99905A
Tints of Gurkha #99905A
RGB
CMYK
RGB Variations
Color information
#99905A (or 0x99905A) is known color: Gurkha. HEX triplet: 99, 90 and 5A. RGB value is (153,144,90). Sum of RGB (Red+Green+Blue) = 153+144+90=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #99905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99905A is #666FA5. Grayscale: #8C8C8C. Windows color (decimal): -6713254 or 5935257. OLE color: 5935257.
HSL color Cylindrical-coordinate representation of color #99905A: hue angle of 51.43º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99905A is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 90 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.4 |
| HSL | 51.43º | 0.26% | 0.48% | - |
| HSV(B) | 51.43º | 0.41% | 0.6% | - |
| XYZ | 24.96 | 27.46 | 13.66 | - |
| YUV | 140.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 90 | 0 | 0.06 | 0.41 | 0.4 | 51.43 | 0.26 | 0.48 |
| Hex | 99 | 90 | 5A | 0 | 6 | 29 | 28 | 33 | 1A | 30 |
| Octal | 231 | 220 | 132 | 0 | 6 | 51 | 50 | 63 | 32 | 60 |
| Binary | 10011001 | 10010000 | 1011010 | 0 | 110 | 101001 | 101000 | 110011 | 11010 | 110000 |
Color Harmonies of #99905A
Complementary color
Monochromatic Colors of #99905A
Black with #99905A
Text Example
Text Example
White with #99905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99905A; }
p { color: rgb(153,144,90); }
H1.HeaderClassName
{
color: #99905A;
}
.AnyTagClassName
{
color: #99905A;
}
</style>
background-color css
<style>
a { background-color: #99905A; }
a { background-color: rgb(153,144,90); }
div.DivClassName
{
background-color: #99905A;
}
.BgClassName
{
background-color: #99905A;
}
</style>
border-color css
<style>
span { border-color: #99905A; }
span { border-color: rgb(153,144,90); }
td.TdClassName
{
border-color: #99905A;
}
.TagClassName
{
border-color: #99905A;
}
</style>