Shades of Gurkha #9A9379
Tints of Gurkha #9A9379
RGB
CMYK
RGB Variations
Color information
#9A9379 (or 0x9A9379) is known color: Gurkha. HEX triplet: 9A, 93 and 79. RGB value is (154,147,121). Sum of RGB (Red+Green+Blue) = 154+147+121=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9379 is #656C86. Grayscale: #929292. Windows color (decimal): -6646919 or 7967642. OLE color: 7967642.
HSL color Cylindrical-coordinate representation of color #9A9379: hue angle of 47.27º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A9379 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 147 | 121 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.40 |
| HSL | 47.27º | 0.14% | 0.54% | - |
| HSV(B) | 47.27º | 0.21% | 0.6% | - |
| XYZ | 27.21 | 29.12 | 22.28 | - |
| YUV | 146.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 121 | 0 | 0.05 | 0.21 | 0.40 | 47.27 | 0.14 | 0.54 |
| Hex | 9A | 93 | 79 | 0 | 5 | 15 | 28 | 2F | E | 36 |
| Octal | 232 | 223 | 171 | 0 | 5 | 25 | 50 | 57 | 16 | 66 |
| Binary | 10011010 | 10010011 | 1111001 | 0 | 101 | 10101 | 101000 | 101111 | 1110 | 110110 |
Color Harmonies of #9A9379
Complementary color
Monochromatic Colors of #9A9379
Black with #9A9379
Text Example
Text Example
White with #9A9379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9379; }
p { color: rgb(154,147,121); }
H1.HeaderClassName
{
color: #9A9379;
}
.AnyTagClassName
{
color: #9A9379;
}
</style>
background-color css
<style>
a { background-color: #9A9379; }
a { background-color: rgb(154,147,121); }
div.DivClassName
{
background-color: #9A9379;
}
.BgClassName
{
background-color: #9A9379;
}
</style>
border-color css
<style>
span { border-color: #9A9379; }
span { border-color: rgb(154,147,121); }
td.TdClassName
{
border-color: #9A9379;
}
.TagClassName
{
border-color: #9A9379;
}
</style>