Shades of Gurkha #9C926A
Tints of Gurkha #9C926A
RGB
CMYK
RGB Variations
Color information
#9C926A (or 0x9C926A) is known color: Gurkha. HEX triplet: 9C, 92 and 6A. RGB value is (156,146,106). Sum of RGB (Red+Green+Blue) = 156+146+106=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C926A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C926A is #636D95. Grayscale: #909090. Windows color (decimal): -6516118 or 6984348. OLE color: 6984348.
HSL color Cylindrical-coordinate representation of color #9C926A: hue angle of 48º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C926A is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 146 | 106 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.39 |
| HSL | 48º | 0.2% | 0.51% | - |
| HSV(B) | 48º | 0.32% | 0.61% | - |
| XYZ | 26.59 | 28.67 | 17.77 | - |
| YUV | 144.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 106 | 0 | 0.06 | 0.32 | 0.39 | 48 | 0.2 | 0.51 |
| Hex | 9C | 92 | 6A | 0 | 6 | 20 | 27 | 30 | 14 | 33 |
| Octal | 234 | 222 | 152 | 0 | 6 | 40 | 47 | 60 | 24 | 63 |
| Binary | 10011100 | 10010010 | 1101010 | 0 | 110 | 100000 | 100111 | 110000 | 10100 | 110011 |
Color Harmonies of #9C926A
Complementary color
Monochromatic Colors of #9C926A
Black with #9C926A
Text Example
Text Example
White with #9C926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C926A; }
p { color: rgb(156,146,106); }
H1.HeaderClassName
{
color: #9C926A;
}
.AnyTagClassName
{
color: #9C926A;
}
</style>
background-color css
<style>
a { background-color: #9C926A; }
a { background-color: rgb(156,146,106); }
div.DivClassName
{
background-color: #9C926A;
}
.BgClassName
{
background-color: #9C926A;
}
</style>
border-color css
<style>
span { border-color: #9C926A; }
span { border-color: rgb(156,146,106); }
td.TdClassName
{
border-color: #9C926A;
}
.TagClassName
{
border-color: #9C926A;
}
</style>