Shades of Gurkha #9A9173
Tints of Gurkha #9A9173
RGB
CMYK
RGB Variations
Color information
#9A9173 (or 0x9A9173) is known color: Gurkha. HEX triplet: 9A, 91 and 73. RGB value is (154,145,115). Sum of RGB (Red+Green+Blue) = 154+145+115=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9173 is #656E8C. Grayscale: #909090. Windows color (decimal): -6647437 or 7573914. OLE color: 7573914.
HSL color Cylindrical-coordinate representation of color #9A9173: hue angle of 46.15º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A9173 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 145 | 115 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.40 |
| HSL | 46.15º | 0.16% | 0.53% | - |
| HSV(B) | 46.15º | 0.25% | 0.6% | - |
| XYZ | 26.55 | 28.36 | 20.29 | - |
| YUV | 144.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 145 | 115 | 0 | 0.06 | 0.25 | 0.40 | 46.15 | 0.16 | 0.53 |
| Hex | 9A | 91 | 73 | 0 | 6 | 19 | 28 | 2E | 10 | 35 |
| Octal | 232 | 221 | 163 | 0 | 6 | 31 | 50 | 56 | 20 | 65 |
| Binary | 10011010 | 10010001 | 1110011 | 0 | 110 | 11001 | 101000 | 101110 | 10000 | 110101 |
Color Harmonies of #9A9173
Complementary color
Monochromatic Colors of #9A9173
Black with #9A9173
Text Example
Text Example
White with #9A9173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9173; }
p { color: rgb(154,145,115); }
H1.HeaderClassName
{
color: #9A9173;
}
.AnyTagClassName
{
color: #9A9173;
}
</style>
background-color css
<style>
a { background-color: #9A9173; }
a { background-color: rgb(154,145,115); }
div.DivClassName
{
background-color: #9A9173;
}
.BgClassName
{
background-color: #9A9173;
}
</style>
border-color css
<style>
span { border-color: #9A9173; }
span { border-color: rgb(154,145,115); }
td.TdClassName
{
border-color: #9A9173;
}
.TagClassName
{
border-color: #9A9173;
}
</style>