Shades of Gurkha #9C8F5E
Tints of Gurkha #9C8F5E
RGB
CMYK
RGB Variations
Color information
#9C8F5E (or 0x9C8F5E) is known color: Gurkha. HEX triplet: 9C, 8F and 5E. RGB value is (156,143,94). Sum of RGB (Red+Green+Blue) = 156+143+94=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8F5E is #6370A1. Grayscale: #8D8D8D. Windows color (decimal): -6516898 or 6197148. OLE color: 6197148.
HSL color Cylindrical-coordinate representation of color #9C8F5E: hue angle of 47.42º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C8F5E is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 143 | 94 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.39 |
| HSL | 47.42º | 0.25% | 0.49% | - |
| HSV(B) | 47.42º | 0.4% | 0.61% | - |
| XYZ | 25.55 | 27.52 | 14.55 | - |
| YUV | 141.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 94 | 0 | 0.08 | 0.40 | 0.39 | 47.42 | 0.25 | 0.49 |
| Hex | 9C | 8F | 5E | 0 | 8 | 28 | 27 | 2F | 19 | 31 |
| Octal | 234 | 217 | 136 | 0 | 10 | 50 | 47 | 57 | 31 | 61 |
| Binary | 10011100 | 10001111 | 1011110 | 0 | 1000 | 101000 | 100111 | 101111 | 11001 | 110001 |
Color Harmonies of #9C8F5E
Complementary color
Monochromatic Colors of #9C8F5E
Black with #9C8F5E
Text Example
Text Example
White with #9C8F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8F5E; }
p { color: rgb(156,143,94); }
H1.HeaderClassName
{
color: #9C8F5E;
}
.AnyTagClassName
{
color: #9C8F5E;
}
</style>
background-color css
<style>
a { background-color: #9C8F5E; }
a { background-color: rgb(156,143,94); }
div.DivClassName
{
background-color: #9C8F5E;
}
.BgClassName
{
background-color: #9C8F5E;
}
</style>
border-color css
<style>
span { border-color: #9C8F5E; }
span { border-color: rgb(156,143,94); }
td.TdClassName
{
border-color: #9C8F5E;
}
.TagClassName
{
border-color: #9C8F5E;
}
</style>