Shades of Gurkha #9C8F5C
Tints of Gurkha #9C8F5C
RGB
CMYK
RGB Variations
Color information
#9C8F5C (or 0x9C8F5C) is known color: Gurkha. HEX triplet: 9C, 8F and 5C. RGB value is (156,143,92). Sum of RGB (Red+Green+Blue) = 156+143+92=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8F5C is #6370A3. Grayscale: #8D8D8D. Windows color (decimal): -6516900 or 6066076. OLE color: 6066076.
HSL color Cylindrical-coordinate representation of color #9C8F5C: hue angle of 47.81º 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 #9C8F5C is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 143 | 92 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.39 |
| HSL | 47.81º | 0.26% | 0.49% | - |
| HSV(B) | 47.81º | 0.41% | 0.61% | - |
| XYZ | 25.46 | 27.49 | 14.09 | - |
| YUV | 141.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 92 | 0 | 0.08 | 0.41 | 0.39 | 47.81 | 0.26 | 0.49 |
| Hex | 9C | 8F | 5C | 0 | 8 | 29 | 27 | 30 | 1A | 31 |
| Octal | 234 | 217 | 134 | 0 | 10 | 51 | 47 | 60 | 32 | 61 |
| Binary | 10011100 | 10001111 | 1011100 | 0 | 1000 | 101001 | 100111 | 110000 | 11010 | 110001 |
Color Harmonies of #9C8F5C
Complementary color
Monochromatic Colors of #9C8F5C
Black with #9C8F5C
Text Example
Text Example
White with #9C8F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8F5C; }
p { color: rgb(156,143,92); }
H1.HeaderClassName
{
color: #9C8F5C;
}
.AnyTagClassName
{
color: #9C8F5C;
}
</style>
background-color css
<style>
a { background-color: #9C8F5C; }
a { background-color: rgb(156,143,92); }
div.DivClassName
{
background-color: #9C8F5C;
}
.BgClassName
{
background-color: #9C8F5C;
}
</style>
border-color css
<style>
span { border-color: #9C8F5C; }
span { border-color: rgb(156,143,92); }
td.TdClassName
{
border-color: #9C8F5C;
}
.TagClassName
{
border-color: #9C8F5C;
}
</style>