Shades of Gurkha #9C906D
Tints of Gurkha #9C906D
RGB
CMYK
RGB Variations
Color information
#9C906D (or 0x9C906D) is known color: Gurkha. HEX triplet: 9C, 90 and 6D. RGB value is (156,144,109). Sum of RGB (Red+Green+Blue) = 156+144+109=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 156 - color contains mainly: red. Hex color #9C906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C906D is #636F92. Grayscale: #8F8F8F. Windows color (decimal): -6516627 or 7180444. OLE color: 7180444.
HSL color Cylindrical-coordinate representation of color #9C906D: hue angle of 44.68º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C906D is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 109 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.39 |
| HSL | 44.68º | 0.19% | 0.52% | - |
| HSV(B) | 44.68º | 0.3% | 0.61% | - |
| XYZ | 26.44 | 28.12 | 18.5 | - |
| YUV | 143.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 109 | 0 | 0.08 | 0.30 | 0.39 | 44.68 | 0.19 | 0.52 |
| Hex | 9C | 90 | 6D | 0 | 8 | 1E | 27 | 2D | 13 | 34 |
| Octal | 234 | 220 | 155 | 0 | 10 | 36 | 47 | 55 | 23 | 64 |
| Binary | 10011100 | 10010000 | 1101101 | 0 | 1000 | 11110 | 100111 | 101101 | 10011 | 110100 |
Color Harmonies of #9C906D
Complementary color
Monochromatic Colors of #9C906D
Black with #9C906D
Text Example
Text Example
White with #9C906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C906D; }
p { color: rgb(156,144,109); }
H1.HeaderClassName
{
color: #9C906D;
}
.AnyTagClassName
{
color: #9C906D;
}
</style>
background-color css
<style>
a { background-color: #9C906D; }
a { background-color: rgb(156,144,109); }
div.DivClassName
{
background-color: #9C906D;
}
.BgClassName
{
background-color: #9C906D;
}
</style>
border-color css
<style>
span { border-color: #9C906D; }
span { border-color: rgb(156,144,109); }
td.TdClassName
{
border-color: #9C906D;
}
.TagClassName
{
border-color: #9C906D;
}
</style>