Shades of Gurkha #9A8E6C
Tints of Gurkha #9A8E6C
RGB
CMYK
RGB Variations
Color information
#9A8E6C (or 0x9A8E6C) is known color: Gurkha. HEX triplet: 9A, 8E and 6C. RGB value is (154,142,108). Sum of RGB (Red+Green+Blue) = 154+142+108=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8E6C is #657193. Grayscale: #8D8D8D. Windows color (decimal): -6648212 or 7114394. OLE color: 7114394.
HSL color Cylindrical-coordinate representation of color #9A8E6C: hue angle of 44.35º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A8E6C is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 142 | 108 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.40 |
| HSL | 44.35º | 0.19% | 0.51% | - |
| HSV(B) | 44.35º | 0.3% | 0.6% | - |
| XYZ | 25.71 | 27.3 | 18.1 | - |
| YUV | 141.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 108 | 0 | 0.08 | 0.30 | 0.40 | 44.35 | 0.19 | 0.51 |
| Hex | 9A | 8E | 6C | 0 | 8 | 1E | 28 | 2C | 13 | 33 |
| Octal | 232 | 216 | 154 | 0 | 10 | 36 | 50 | 54 | 23 | 63 |
| Binary | 10011010 | 10001110 | 1101100 | 0 | 1000 | 11110 | 101000 | 101100 | 10011 | 110011 |
Color Harmonies of #9A8E6C
Complementary color
Monochromatic Colors of #9A8E6C
Black with #9A8E6C
Text Example
Text Example
White with #9A8E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8E6C; }
p { color: rgb(154,142,108); }
H1.HeaderClassName
{
color: #9A8E6C;
}
.AnyTagClassName
{
color: #9A8E6C;
}
</style>
background-color css
<style>
a { background-color: #9A8E6C; }
a { background-color: rgb(154,142,108); }
div.DivClassName
{
background-color: #9A8E6C;
}
.BgClassName
{
background-color: #9A8E6C;
}
</style>
border-color css
<style>
span { border-color: #9A8E6C; }
span { border-color: rgb(154,142,108); }
td.TdClassName
{
border-color: #9A8E6C;
}
.TagClassName
{
border-color: #9A8E6C;
}
</style>