Shades of Gurkha #9C9063
Tints of Gurkha #9C9063
RGB
CMYK
RGB Variations
Color information
#9C9063 (or 0x9C9063) is known color: Gurkha. HEX triplet: 9C, 90 and 63. RGB value is (156,144,99). Sum of RGB (Red+Green+Blue) = 156+144+99=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9063 is #636F9C. Grayscale: #8E8E8E. Windows color (decimal): -6516637 or 6525084. OLE color: 6525084.
HSL color Cylindrical-coordinate representation of color #9C9063: hue angle of 47.37º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C9063 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 99 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.39 |
| HSL | 47.37º | 0.22% | 0.5% | - |
| HSV(B) | 47.37º | 0.37% | 0.61% | - |
| XYZ | 25.94 | 27.92 | 15.83 | - |
| YUV | 142.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 99 | 0 | 0.08 | 0.37 | 0.39 | 47.37 | 0.22 | 0.5 |
| Hex | 9C | 90 | 63 | 0 | 8 | 25 | 27 | 2F | 16 | 32 |
| Octal | 234 | 220 | 143 | 0 | 10 | 45 | 47 | 57 | 26 | 62 |
| Binary | 10011100 | 10010000 | 1100011 | 0 | 1000 | 100101 | 100111 | 101111 | 10110 | 110010 |
Color Harmonies of #9C9063
Complementary color
Monochromatic Colors of #9C9063
Black with #9C9063
Text Example
Text Example
White with #9C9063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9063; }
p { color: rgb(156,144,99); }
H1.HeaderClassName
{
color: #9C9063;
}
.AnyTagClassName
{
color: #9C9063;
}
</style>
background-color css
<style>
a { background-color: #9C9063; }
a { background-color: rgb(156,144,99); }
div.DivClassName
{
background-color: #9C9063;
}
.BgClassName
{
background-color: #9C9063;
}
</style>
border-color css
<style>
span { border-color: #9C9063; }
span { border-color: rgb(156,144,99); }
td.TdClassName
{
border-color: #9C9063;
}
.TagClassName
{
border-color: #9C9063;
}
</style>