Shades of Gurkha #9A9578
Tints of Gurkha #9A9578
RGB
CMYK
RGB Variations
Color information
#9A9578 (or 0x9A9578) is known color: Gurkha. HEX triplet: 9A, 95 and 78. RGB value is (154,149,120). Sum of RGB (Red+Green+Blue) = 154+149+120=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9578 is #656A87. Grayscale: #939393. Windows color (decimal): -6646408 or 7902618. OLE color: 7902618.
HSL color Cylindrical-coordinate representation of color #9A9578: hue angle of 51.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A9578 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 149 | 120 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.40 |
| HSL | 51.18º | 0.14% | 0.54% | - |
| HSV(B) | 51.18º | 0.22% | 0.6% | - |
| XYZ | 27.46 | 29.72 | 22.06 | - |
| YUV | 147.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 149 | 120 | 0 | 0.03 | 0.22 | 0.40 | 51.18 | 0.14 | 0.54 |
| Hex | 9A | 95 | 78 | 0 | 3 | 16 | 28 | 33 | E | 36 |
| Octal | 232 | 225 | 170 | 0 | 3 | 26 | 50 | 63 | 16 | 66 |
| Binary | 10011010 | 10010101 | 1111000 | 0 | 11 | 10110 | 101000 | 110011 | 1110 | 110110 |
Color Harmonies of #9A9578
Complementary color
Monochromatic Colors of #9A9578
Black with #9A9578
Text Example
Text Example
White with #9A9578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9578; }
p { color: rgb(154,149,120); }
H1.HeaderClassName
{
color: #9A9578;
}
.AnyTagClassName
{
color: #9A9578;
}
</style>
background-color css
<style>
a { background-color: #9A9578; }
a { background-color: rgb(154,149,120); }
div.DivClassName
{
background-color: #9A9578;
}
.BgClassName
{
background-color: #9A9578;
}
</style>
border-color css
<style>
span { border-color: #9A9578; }
span { border-color: rgb(154,149,120); }
td.TdClassName
{
border-color: #9A9578;
}
.TagClassName
{
border-color: #9A9578;
}
</style>