Shades of Gurkha #9C9673
Tints of Gurkha #9C9673
RGB
CMYK
RGB Variations
Color information
#9C9673 (or 0x9C9673) is known color: Gurkha. HEX triplet: 9C, 96 and 73. RGB value is (156,150,115). Sum of RGB (Red+Green+Blue) = 156+150+115=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9673 is #63698C. Grayscale: #939393. Windows color (decimal): -6515085 or 7575196. OLE color: 7575196.
HSL color Cylindrical-coordinate representation of color #9C9673: hue angle of 51.22º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C9673 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 150 | 115 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.39 |
| HSL | 51.22º | 0.17% | 0.53% | - |
| HSV(B) | 51.22º | 0.26% | 0.61% | - |
| XYZ | 27.71 | 30.12 | 20.57 | - |
| YUV | 147.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 115 | 0 | 0.04 | 0.26 | 0.39 | 51.22 | 0.17 | 0.53 |
| Hex | 9C | 96 | 73 | 0 | 4 | 1A | 27 | 33 | 11 | 35 |
| Octal | 234 | 226 | 163 | 0 | 4 | 32 | 47 | 63 | 21 | 65 |
| Binary | 10011100 | 10010110 | 1110011 | 0 | 100 | 11010 | 100111 | 110011 | 10001 | 110101 |
Color Harmonies of #9C9673
Complementary color
Monochromatic Colors of #9C9673
Black with #9C9673
Text Example
Text Example
White with #9C9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9673; }
p { color: rgb(156,150,115); }
H1.HeaderClassName
{
color: #9C9673;
}
.AnyTagClassName
{
color: #9C9673;
}
</style>
background-color css
<style>
a { background-color: #9C9673; }
a { background-color: rgb(156,150,115); }
div.DivClassName
{
background-color: #9C9673;
}
.BgClassName
{
background-color: #9C9673;
}
</style>
border-color css
<style>
span { border-color: #9C9673; }
span { border-color: rgb(156,150,115); }
td.TdClassName
{
border-color: #9C9673;
}
.TagClassName
{
border-color: #9C9673;
}
</style>