Shades of Gurkha #9A8F65
Tints of Gurkha #9A8F65
RGB
CMYK
RGB Variations
Color information
#9A8F65 (or 0x9A8F65) is known color: Gurkha. HEX triplet: 9A, 8F and 65. RGB value is (154,143,101). Sum of RGB (Red+Green+Blue) = 154+143+101=398 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.69% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8F65 is #65709A. Grayscale: #8D8D8D. Windows color (decimal): -6647963 or 6655898. OLE color: 6655898.
HSL color Cylindrical-coordinate representation of color #9A8F65: hue angle of 47.55º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A8F65 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 143 | 101 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.40 |
| HSL | 47.55º | 0.21% | 0.5% | - |
| HSV(B) | 47.55º | 0.34% | 0.6% | - |
| XYZ | 25.5 | 27.45 | 16.27 | - |
| YUV | 141.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 101 | 0 | 0.07 | 0.34 | 0.40 | 47.55 | 0.21 | 0.5 |
| Hex | 9A | 8F | 65 | 0 | 7 | 22 | 28 | 30 | 15 | 32 |
| Octal | 232 | 217 | 145 | 0 | 7 | 42 | 50 | 60 | 25 | 62 |
| Binary | 10011010 | 10001111 | 1100101 | 0 | 111 | 100010 | 101000 | 110000 | 10101 | 110010 |
Color Harmonies of #9A8F65
Complementary color
Monochromatic Colors of #9A8F65
Black with #9A8F65
Text Example
Text Example
White with #9A8F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8F65; }
p { color: rgb(154,143,101); }
H1.HeaderClassName
{
color: #9A8F65;
}
.AnyTagClassName
{
color: #9A8F65;
}
</style>
background-color css
<style>
a { background-color: #9A8F65; }
a { background-color: rgb(154,143,101); }
div.DivClassName
{
background-color: #9A8F65;
}
.BgClassName
{
background-color: #9A8F65;
}
</style>
border-color css
<style>
span { border-color: #9A8F65; }
span { border-color: rgb(154,143,101); }
td.TdClassName
{
border-color: #9A8F65;
}
.TagClassName
{
border-color: #9A8F65;
}
</style>