Shades of Gurkha #9C935F
Tints of Gurkha #9C935F
RGB
CMYK
RGB Variations
Color information
#9C935F (or 0x9C935F) is known color: Gurkha. HEX triplet: 9C, 93 and 5F. RGB value is (156,147,95). Sum of RGB (Red+Green+Blue) = 156+147+95=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C935F is #636CA0. Grayscale: #8F8F8F. Windows color (decimal): -6515873 or 6263708. OLE color: 6263708.
HSL color Cylindrical-coordinate representation of color #9C935F: hue angle of 51.15º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C935F is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 147 | 95 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.39 |
| HSL | 51.15º | 0.24% | 0.49% | - |
| HSV(B) | 51.15º | 0.39% | 0.61% | - |
| XYZ | 26.21 | 28.76 | 15 | - |
| YUV | 143.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 95 | 0 | 0.06 | 0.39 | 0.39 | 51.15 | 0.24 | 0.49 |
| Hex | 9C | 93 | 5F | 0 | 6 | 27 | 27 | 33 | 18 | 31 |
| Octal | 234 | 223 | 137 | 0 | 6 | 47 | 47 | 63 | 30 | 61 |
| Binary | 10011100 | 10010011 | 1011111 | 0 | 110 | 100111 | 100111 | 110011 | 11000 | 110001 |
Color Harmonies of #9C935F
Complementary color
Monochromatic Colors of #9C935F
Black with #9C935F
Text Example
Text Example
White with #9C935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C935F; }
p { color: rgb(156,147,95); }
H1.HeaderClassName
{
color: #9C935F;
}
.AnyTagClassName
{
color: #9C935F;
}
</style>
background-color css
<style>
a { background-color: #9C935F; }
a { background-color: rgb(156,147,95); }
div.DivClassName
{
background-color: #9C935F;
}
.BgClassName
{
background-color: #9C935F;
}
</style>
border-color css
<style>
span { border-color: #9C935F; }
span { border-color: rgb(156,147,95); }
td.TdClassName
{
border-color: #9C935F;
}
.TagClassName
{
border-color: #9C935F;
}
</style>