Shades of Gurkha #9C915A
Tints of Gurkha #9C915A
RGB
CMYK
RGB Variations
Color information
#9C915A (or 0x9C915A) is known color: Gurkha. HEX triplet: 9C, 91 and 5A. RGB value is (156,145,90). Sum of RGB (Red+Green+Blue) = 156+145+90=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C915A is #636EA5. Grayscale: #8E8E8E. Windows color (decimal): -6516390 or 5935516. OLE color: 5935516.
HSL color Cylindrical-coordinate representation of color #9C915A: hue angle of 50º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C915A is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 90 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.39 |
| HSL | 50º | 0.27% | 0.48% | - |
| HSV(B) | 50º | 0.42% | 0.61% | - |
| XYZ | 25.68 | 28.06 | 13.73 | - |
| YUV | 142.02 | 98.64 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 90 | 0 | 0.07 | 0.42 | 0.39 | 50 | 0.27 | 0.48 |
| Hex | 9C | 91 | 5A | 0 | 7 | 2A | 27 | 32 | 1B | 30 |
| Octal | 234 | 221 | 132 | 0 | 7 | 52 | 47 | 62 | 33 | 60 |
| Binary | 10011100 | 10010001 | 1011010 | 0 | 111 | 101010 | 100111 | 110010 | 11011 | 110000 |
Color Harmonies of #9C915A
Complementary color
Monochromatic Colors of #9C915A
Black with #9C915A
Text Example
Text Example
White with #9C915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C915A; }
p { color: rgb(156,145,90); }
H1.HeaderClassName
{
color: #9C915A;
}
.AnyTagClassName
{
color: #9C915A;
}
</style>
background-color css
<style>
a { background-color: #9C915A; }
a { background-color: rgb(156,145,90); }
div.DivClassName
{
background-color: #9C915A;
}
.BgClassName
{
background-color: #9C915A;
}
</style>
border-color css
<style>
span { border-color: #9C915A; }
span { border-color: rgb(156,145,90); }
td.TdClassName
{
border-color: #9C915A;
}
.TagClassName
{
border-color: #9C915A;
}
</style>