Shades of Gurkha #9A915A
Tints of Gurkha #9A915A
RGB
CMYK
RGB Variations
Color information
#9A915A (or 0x9A915A) is known color: Gurkha. HEX triplet: 9A, 91 and 5A. RGB value is (154,145,90). Sum of RGB (Red+Green+Blue) = 154+145+90=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 154 - color contains mainly: red. Hex color #9A915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A915A is #656EA5. Grayscale: #8D8D8D. Windows color (decimal): -6647462 or 5935514. OLE color: 5935514.
HSL color Cylindrical-coordinate representation of color #9A915A: hue angle of 51.56º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A915A is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 145 | 90 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.40 |
| HSL | 51.56º | 0.26% | 0.48% | - |
| HSV(B) | 51.56º | 0.42% | 0.6% | - |
| XYZ | 25.3 | 27.86 | 13.72 | - |
| YUV | 141.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 145 | 90 | 0 | 0.06 | 0.42 | 0.40 | 51.56 | 0.26 | 0.48 |
| Hex | 9A | 91 | 5A | 0 | 6 | 2A | 28 | 34 | 1A | 30 |
| Octal | 232 | 221 | 132 | 0 | 6 | 52 | 50 | 64 | 32 | 60 |
| Binary | 10011010 | 10010001 | 1011010 | 0 | 110 | 101010 | 101000 | 110100 | 11010 | 110000 |
Color Harmonies of #9A915A
Complementary color
Monochromatic Colors of #9A915A
Black with #9A915A
Text Example
Text Example
White with #9A915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A915A; }
p { color: rgb(154,145,90); }
H1.HeaderClassName
{
color: #9A915A;
}
.AnyTagClassName
{
color: #9A915A;
}
</style>
background-color css
<style>
a { background-color: #9A915A; }
a { background-color: rgb(154,145,90); }
div.DivClassName
{
background-color: #9A915A;
}
.BgClassName
{
background-color: #9A915A;
}
</style>
border-color css
<style>
span { border-color: #9A915A; }
span { border-color: rgb(154,145,90); }
td.TdClassName
{
border-color: #9A915A;
}
.TagClassName
{
border-color: #9A915A;
}
</style>