Shades of Gurkha #9C906C
Tints of Gurkha #9C906C
RGB
CMYK
RGB Variations
Color information
#9C906C (or 0x9C906C) is known color: Gurkha. HEX triplet: 9C, 90 and 6C. RGB value is (156,144,108). Sum of RGB (Red+Green+Blue) = 156+144+108=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C906C is #636F93. Grayscale: #8F8F8F. Windows color (decimal): -6516628 or 7114908. OLE color: 7114908.
HSL color Cylindrical-coordinate representation of color #9C906C: hue angle of 45º 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 #9C906C is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 108 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.39 |
| HSL | 45º | 0.2% | 0.52% | - |
| HSV(B) | 45º | 0.31% | 0.61% | - |
| XYZ | 26.39 | 28.1 | 18.22 | - |
| YUV | 143.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 108 | 0 | 0.08 | 0.31 | 0.39 | 45 | 0.2 | 0.52 |
| Hex | 9C | 90 | 6C | 0 | 8 | 1F | 27 | 2D | 14 | 34 |
| Octal | 234 | 220 | 154 | 0 | 10 | 37 | 47 | 55 | 24 | 64 |
| Binary | 10011100 | 10010000 | 1101100 | 0 | 1000 | 11111 | 100111 | 101101 | 10100 | 110100 |
Color Harmonies of #9C906C
Complementary color
Monochromatic Colors of #9C906C
Black with #9C906C
Text Example
Text Example
White with #9C906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C906C; }
p { color: rgb(156,144,108); }
H1.HeaderClassName
{
color: #9C906C;
}
.AnyTagClassName
{
color: #9C906C;
}
</style>
background-color css
<style>
a { background-color: #9C906C; }
a { background-color: rgb(156,144,108); }
div.DivClassName
{
background-color: #9C906C;
}
.BgClassName
{
background-color: #9C906C;
}
</style>
border-color css
<style>
span { border-color: #9C906C; }
span { border-color: rgb(156,144,108); }
td.TdClassName
{
border-color: #9C906C;
}
.TagClassName
{
border-color: #9C906C;
}
</style>