Shades of Gurkha #9C936B
Tints of Gurkha #9C936B
RGB
CMYK
RGB Variations
Color information
#9C936B (or 0x9C936B) is known color: Gurkha. HEX triplet: 9C, 93 and 6B. RGB value is (156,147,107). Sum of RGB (Red+Green+Blue) = 156+147+107=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 156 - color contains mainly: red. Hex color #9C936B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C936B is #636C94. Grayscale: #919191. Windows color (decimal): -6515861 or 7050140. OLE color: 7050140.
HSL color Cylindrical-coordinate representation of color #9C936B: hue angle of 48.98º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C936B is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 147 | 107 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.39 |
| HSL | 48.98º | 0.2% | 0.52% | - |
| HSV(B) | 48.98º | 0.31% | 0.61% | - |
| XYZ | 26.8 | 29 | 18.09 | - |
| YUV | 145.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 107 | 0 | 0.06 | 0.31 | 0.39 | 48.98 | 0.2 | 0.52 |
| Hex | 9C | 93 | 6B | 0 | 6 | 1F | 27 | 31 | 14 | 34 |
| Octal | 234 | 223 | 153 | 0 | 6 | 37 | 47 | 61 | 24 | 64 |
| Binary | 10011100 | 10010011 | 1101011 | 0 | 110 | 11111 | 100111 | 110001 | 10100 | 110100 |
Color Harmonies of #9C936B
Complementary color
Monochromatic Colors of #9C936B
Black with #9C936B
Text Example
Text Example
White with #9C936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C936B; }
p { color: rgb(156,147,107); }
H1.HeaderClassName
{
color: #9C936B;
}
.AnyTagClassName
{
color: #9C936B;
}
</style>
background-color css
<style>
a { background-color: #9C936B; }
a { background-color: rgb(156,147,107); }
div.DivClassName
{
background-color: #9C936B;
}
.BgClassName
{
background-color: #9C936B;
}
</style>
border-color css
<style>
span { border-color: #9C936B; }
span { border-color: rgb(156,147,107); }
td.TdClassName
{
border-color: #9C936B;
}
.TagClassName
{
border-color: #9C936B;
}
</style>