Shades of Gurkha #9C8E5C
Tints of Gurkha #9C8E5C
RGB
CMYK
RGB Variations
Color information
#9C8E5C (or 0x9C8E5C) is known color: Gurkha. HEX triplet: 9C, 8E and 5C. RGB value is (156,142,92). Sum of RGB (Red+Green+Blue) = 156+142+92=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8E5C is #6371A3. Grayscale: #8C8C8C. Windows color (decimal): -6517156 or 6065820. OLE color: 6065820.
HSL color Cylindrical-coordinate representation of color #9C8E5C: hue angle of 46.88º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C8E5C is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 142 | 92 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.39 |
| HSL | 46.88º | 0.26% | 0.49% | - |
| HSV(B) | 46.88º | 0.41% | 0.61% | - |
| XYZ | 25.32 | 27.19 | 14.04 | - |
| YUV | 140.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 92 | 0 | 0.09 | 0.41 | 0.39 | 46.88 | 0.26 | 0.49 |
| Hex | 9C | 8E | 5C | 0 | 9 | 29 | 27 | 2F | 1A | 31 |
| Octal | 234 | 216 | 134 | 0 | 11 | 51 | 47 | 57 | 32 | 61 |
| Binary | 10011100 | 10001110 | 1011100 | 0 | 1001 | 101001 | 100111 | 101111 | 11010 | 110001 |
Color Harmonies of #9C8E5C
Complementary color
Monochromatic Colors of #9C8E5C
Black with #9C8E5C
Text Example
Text Example
White with #9C8E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8E5C; }
p { color: rgb(156,142,92); }
H1.HeaderClassName
{
color: #9C8E5C;
}
.AnyTagClassName
{
color: #9C8E5C;
}
</style>
background-color css
<style>
a { background-color: #9C8E5C; }
a { background-color: rgb(156,142,92); }
div.DivClassName
{
background-color: #9C8E5C;
}
.BgClassName
{
background-color: #9C8E5C;
}
</style>
border-color css
<style>
span { border-color: #9C8E5C; }
span { border-color: rgb(156,142,92); }
td.TdClassName
{
border-color: #9C8E5C;
}
.TagClassName
{
border-color: #9C8E5C;
}
</style>