Shades of Gurkha #9C9159
Tints of Gurkha #9C9159
RGB
CMYK
RGB Variations
Color information
#9C9159 (or 0x9C9159) is known color: Gurkha. HEX triplet: 9C, 91 and 59. RGB value is (156,145,89). Sum of RGB (Red+Green+Blue) = 156+145+89=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9159 is #636EA6. Grayscale: #8E8E8E. Windows color (decimal): -6516391 or 5869980. OLE color: 5869980.
HSL color Cylindrical-coordinate representation of color #9C9159: hue angle of 50.15º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C9159 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 89 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.39 |
| HSL | 50.15º | 0.27% | 0.48% | - |
| HSV(B) | 50.15º | 0.43% | 0.61% | - |
| XYZ | 25.64 | 28.04 | 13.51 | - |
| YUV | 141.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 89 | 0 | 0.07 | 0.43 | 0.39 | 50.15 | 0.27 | 0.48 |
| Hex | 9C | 91 | 59 | 0 | 7 | 2B | 27 | 32 | 1B | 30 |
| Octal | 234 | 221 | 131 | 0 | 7 | 53 | 47 | 62 | 33 | 60 |
| Binary | 10011100 | 10010001 | 1011001 | 0 | 111 | 101011 | 100111 | 110010 | 11011 | 110000 |
Color Harmonies of #9C9159
Complementary color
Monochromatic Colors of #9C9159
Black with #9C9159
Text Example
Text Example
White with #9C9159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9159; }
p { color: rgb(156,145,89); }
H1.HeaderClassName
{
color: #9C9159;
}
.AnyTagClassName
{
color: #9C9159;
}
</style>
background-color css
<style>
a { background-color: #9C9159; }
a { background-color: rgb(156,145,89); }
div.DivClassName
{
background-color: #9C9159;
}
.BgClassName
{
background-color: #9C9159;
}
</style>
border-color css
<style>
span { border-color: #9C9159; }
span { border-color: rgb(156,145,89); }
td.TdClassName
{
border-color: #9C9159;
}
.TagClassName
{
border-color: #9C9159;
}
</style>