Shades of Gurkha #9C945A
Tints of Gurkha #9C945A
RGB
CMYK
RGB Variations
Color information
#9C945A (or 0x9C945A) is known color: Gurkha. HEX triplet: 9C, 94 and 5A. RGB value is (156,148,90). Sum of RGB (Red+Green+Blue) = 156+148+90=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 156 - color contains mainly: red. Hex color #9C945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C945A is #636BA5. Grayscale: #909090. Windows color (decimal): -6515622 or 5936284. OLE color: 5936284.
HSL color Cylindrical-coordinate representation of color #9C945A: hue angle of 52.73º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C945A is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 148 | 90 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.39 |
| HSL | 52.73º | 0.27% | 0.48% | - |
| HSV(B) | 52.73º | 0.42% | 0.61% | - |
| XYZ | 26.15 | 28.99 | 13.89 | - |
| YUV | 143.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 90 | 0 | 0.05 | 0.42 | 0.39 | 52.73 | 0.27 | 0.48 |
| Hex | 9C | 94 | 5A | 0 | 5 | 2A | 27 | 35 | 1B | 30 |
| Octal | 234 | 224 | 132 | 0 | 5 | 52 | 47 | 65 | 33 | 60 |
| Binary | 10011100 | 10010100 | 1011010 | 0 | 101 | 101010 | 100111 | 110101 | 11011 | 110000 |
Color Harmonies of #9C945A
Complementary color
Monochromatic Colors of #9C945A
Black with #9C945A
Text Example
Text Example
White with #9C945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C945A; }
p { color: rgb(156,148,90); }
H1.HeaderClassName
{
color: #9C945A;
}
.AnyTagClassName
{
color: #9C945A;
}
</style>
background-color css
<style>
a { background-color: #9C945A; }
a { background-color: rgb(156,148,90); }
div.DivClassName
{
background-color: #9C945A;
}
.BgClassName
{
background-color: #9C945A;
}
</style>
border-color css
<style>
span { border-color: #9C945A; }
span { border-color: rgb(156,148,90); }
td.TdClassName
{
border-color: #9C945A;
}
.TagClassName
{
border-color: #9C945A;
}
</style>