Shades of Gurkha #9A8D69
Tints of Gurkha #9A8D69
RGB
CMYK
RGB Variations
Color information
#9A8D69 (or 0x9A8D69) is known color: Gurkha. HEX triplet: 9A, 8D and 69. RGB value is (154,141,105). Sum of RGB (Red+Green+Blue) = 154+141+105=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8D69 is #657296. Grayscale: #8C8C8C. Windows color (decimal): -6648471 or 6917530. OLE color: 6917530.
HSL color Cylindrical-coordinate representation of color #9A8D69: hue angle of 44.08º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A8D69 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 141 | 105 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.40 |
| HSL | 44.08º | 0.2% | 0.51% | - |
| HSV(B) | 44.08º | 0.32% | 0.6% | - |
| XYZ | 25.4 | 26.94 | 17.23 | - |
| YUV | 140.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 141 | 105 | 0 | 0.08 | 0.32 | 0.40 | 44.08 | 0.2 | 0.51 |
| Hex | 9A | 8D | 69 | 0 | 8 | 20 | 28 | 2C | 14 | 33 |
| Octal | 232 | 215 | 151 | 0 | 10 | 40 | 50 | 54 | 24 | 63 |
| Binary | 10011010 | 10001101 | 1101001 | 0 | 1000 | 100000 | 101000 | 101100 | 10100 | 110011 |
Color Harmonies of #9A8D69
Complementary color
Monochromatic Colors of #9A8D69
Black with #9A8D69
Text Example
Text Example
White with #9A8D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8D69; }
p { color: rgb(154,141,105); }
H1.HeaderClassName
{
color: #9A8D69;
}
.AnyTagClassName
{
color: #9A8D69;
}
</style>
background-color css
<style>
a { background-color: #9A8D69; }
a { background-color: rgb(154,141,105); }
div.DivClassName
{
background-color: #9A8D69;
}
.BgClassName
{
background-color: #9A8D69;
}
</style>
border-color css
<style>
span { border-color: #9A8D69; }
span { border-color: rgb(154,141,105); }
td.TdClassName
{
border-color: #9A8D69;
}
.TagClassName
{
border-color: #9A8D69;
}
</style>