Shades of Gurkha #9A9260
Tints of Gurkha #9A9260
RGB
CMYK
RGB Variations
Color information
#9A9260 (or 0x9A9260) is known color: Gurkha. HEX triplet: 9A, 92 and 60. RGB value is (154,146,96). Sum of RGB (Red+Green+Blue) = 154+146+96=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9260 is #656D9F. Grayscale: #8E8E8E. Windows color (decimal): -6647200 or 6328986. OLE color: 6328986.
HSL color Cylindrical-coordinate representation of color #9A9260: hue angle of 51.72º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A9260 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 146 | 96 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.40 |
| HSL | 51.72º | 0.23% | 0.49% | - |
| HSV(B) | 51.72º | 0.38% | 0.6% | - |
| XYZ | 25.72 | 28.27 | 15.17 | - |
| YUV | 142.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 146 | 96 | 0 | 0.05 | 0.38 | 0.40 | 51.72 | 0.23 | 0.49 |
| Hex | 9A | 92 | 60 | 0 | 5 | 26 | 28 | 34 | 17 | 31 |
| Octal | 232 | 222 | 140 | 0 | 5 | 46 | 50 | 64 | 27 | 61 |
| Binary | 10011010 | 10010010 | 1100000 | 0 | 101 | 100110 | 101000 | 110100 | 10111 | 110001 |
Color Harmonies of #9A9260
Complementary color
Monochromatic Colors of #9A9260
Black with #9A9260
Text Example
Text Example
White with #9A9260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9260; }
p { color: rgb(154,146,96); }
H1.HeaderClassName
{
color: #9A9260;
}
.AnyTagClassName
{
color: #9A9260;
}
</style>
background-color css
<style>
a { background-color: #9A9260; }
a { background-color: rgb(154,146,96); }
div.DivClassName
{
background-color: #9A9260;
}
.BgClassName
{
background-color: #9A9260;
}
</style>
border-color css
<style>
span { border-color: #9A9260; }
span { border-color: rgb(154,146,96); }
td.TdClassName
{
border-color: #9A9260;
}
.TagClassName
{
border-color: #9A9260;
}
</style>