Shades of Gurkha #9C915C
Tints of Gurkha #9C915C
RGB
CMYK
RGB Variations
Color information
#9C915C (or 0x9C915C) is known color: Gurkha. HEX triplet: 9C, 91 and 5C. RGB value is (156,145,92). Sum of RGB (Red+Green+Blue) = 156+145+92=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C915C is #636EA3. Grayscale: #8E8E8E. Windows color (decimal): -6516388 or 6066588. OLE color: 6066588.
HSL color Cylindrical-coordinate representation of color #9C915C: hue angle of 49.69º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C915C is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 92 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.39 |
| HSL | 49.69º | 0.26% | 0.49% | - |
| HSV(B) | 49.69º | 0.41% | 0.61% | - |
| XYZ | 25.77 | 28.09 | 14.19 | - |
| YUV | 142.25 | 99.64 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 92 | 0 | 0.07 | 0.41 | 0.39 | 49.69 | 0.26 | 0.49 |
| Hex | 9C | 91 | 5C | 0 | 7 | 29 | 27 | 32 | 1A | 31 |
| Octal | 234 | 221 | 134 | 0 | 7 | 51 | 47 | 62 | 32 | 61 |
| Binary | 10011100 | 10010001 | 1011100 | 0 | 111 | 101001 | 100111 | 110010 | 11010 | 110001 |
Color Harmonies of #9C915C
Complementary color
Monochromatic Colors of #9C915C
Black with #9C915C
Text Example
Text Example
White with #9C915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C915C; }
p { color: rgb(156,145,92); }
H1.HeaderClassName
{
color: #9C915C;
}
.AnyTagClassName
{
color: #9C915C;
}
</style>
background-color css
<style>
a { background-color: #9C915C; }
a { background-color: rgb(156,145,92); }
div.DivClassName
{
background-color: #9C915C;
}
.BgClassName
{
background-color: #9C915C;
}
</style>
border-color css
<style>
span { border-color: #9C915C; }
span { border-color: rgb(156,145,92); }
td.TdClassName
{
border-color: #9C915C;
}
.TagClassName
{
border-color: #9C915C;
}
</style>