Shades of Gurkha #9C9472
Tints of Gurkha #9C9472
RGB
CMYK
RGB Variations
Color information
#9C9472 (or 0x9C9472) is known color: Gurkha. HEX triplet: 9C, 94 and 72. RGB value is (156,148,114). Sum of RGB (Red+Green+Blue) = 156+148+114=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9472 is #636B8D. Grayscale: #929292. Windows color (decimal): -6515598 or 7509148. OLE color: 7509148.
HSL color Cylindrical-coordinate representation of color #9C9472: hue angle of 48.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C9472 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 148 | 114 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.39 |
| HSL | 48.57º | 0.18% | 0.53% | - |
| HSV(B) | 48.57º | 0.27% | 0.61% | - |
| XYZ | 27.34 | 29.46 | 20.17 | - |
| YUV | 146.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 114 | 0 | 0.05 | 0.27 | 0.39 | 48.57 | 0.18 | 0.53 |
| Hex | 9C | 94 | 72 | 0 | 5 | 1B | 27 | 31 | 12 | 35 |
| Octal | 234 | 224 | 162 | 0 | 5 | 33 | 47 | 61 | 22 | 65 |
| Binary | 10011100 | 10010100 | 1110010 | 0 | 101 | 11011 | 100111 | 110001 | 10010 | 110101 |
Color Harmonies of #9C9472
Complementary color
Monochromatic Colors of #9C9472
Black with #9C9472
Text Example
Text Example
White with #9C9472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9472; }
p { color: rgb(156,148,114); }
H1.HeaderClassName
{
color: #9C9472;
}
.AnyTagClassName
{
color: #9C9472;
}
</style>
background-color css
<style>
a { background-color: #9C9472; }
a { background-color: rgb(156,148,114); }
div.DivClassName
{
background-color: #9C9472;
}
.BgClassName
{
background-color: #9C9472;
}
</style>
border-color css
<style>
span { border-color: #9C9472; }
span { border-color: rgb(156,148,114); }
td.TdClassName
{
border-color: #9C9472;
}
.TagClassName
{
border-color: #9C9472;
}
</style>