Shades of Gurkha #9C9062
Tints of Gurkha #9C9062
RGB
CMYK
RGB Variations
Color information
#9C9062 (or 0x9C9062) is known color: Gurkha. HEX triplet: 9C, 90 and 62. RGB value is (156,144,98). Sum of RGB (Red+Green+Blue) = 156+144+98=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9062 is #636F9D. Grayscale: #8E8E8E. Windows color (decimal): -6516638 or 6459548. OLE color: 6459548.
HSL color Cylindrical-coordinate representation of color #9C9062: hue angle of 47.59º degrees, saturation: 0.23, 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 #9C9062 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 98 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.39 |
| HSL | 47.59º | 0.23% | 0.5% | - |
| HSV(B) | 47.59º | 0.37% | 0.61% | - |
| XYZ | 25.89 | 27.9 | 15.58 | - |
| YUV | 142.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 98 | 0 | 0.08 | 0.37 | 0.39 | 47.59 | 0.23 | 0.5 |
| Hex | 9C | 90 | 62 | 0 | 8 | 25 | 27 | 30 | 17 | 32 |
| Octal | 234 | 220 | 142 | 0 | 10 | 45 | 47 | 60 | 27 | 62 |
| Binary | 10011100 | 10010000 | 1100010 | 0 | 1000 | 100101 | 100111 | 110000 | 10111 | 110010 |
Color Harmonies of #9C9062
Complementary color
Monochromatic Colors of #9C9062
Black with #9C9062
Text Example
Text Example
White with #9C9062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9062; }
p { color: rgb(156,144,98); }
H1.HeaderClassName
{
color: #9C9062;
}
.AnyTagClassName
{
color: #9C9062;
}
</style>
background-color css
<style>
a { background-color: #9C9062; }
a { background-color: rgb(156,144,98); }
div.DivClassName
{
background-color: #9C9062;
}
.BgClassName
{
background-color: #9C9062;
}
</style>
border-color css
<style>
span { border-color: #9C9062; }
span { border-color: rgb(156,144,98); }
td.TdClassName
{
border-color: #9C9062;
}
.TagClassName
{
border-color: #9C9062;
}
</style>