Shades of Gurkha #938D76
Tints of Gurkha #938D76
RGB
CMYK
RGB Variations
Color information
#938D76 (or 0x938D76) is known color: Gurkha. HEX triplet: 93, 8D and 76. RGB value is (147,141,118). Sum of RGB (Red+Green+Blue) = 147+141+118=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #938D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D76 is #6C7289. Grayscale: #8C8C8C. Windows color (decimal): -7107210 or 7769491. OLE color: 7769491.
HSL color Cylindrical-coordinate representation of color #938D76: hue angle of 47.59º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #938D76 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 141 | 118 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.42 |
| HSL | 47.59º | 0.12% | 0.52% | - |
| HSV(B) | 47.59º | 0.2% | 0.58% | - |
| XYZ | 24.83 | 26.56 | 20.96 | - |
| YUV | 140.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 118 | 0 | 0.04 | 0.20 | 0.42 | 47.59 | 0.12 | 0.52 |
| Hex | 93 | 8D | 76 | 0 | 4 | 14 | 2A | 30 | C | 34 |
| Octal | 223 | 215 | 166 | 0 | 4 | 24 | 52 | 60 | 14 | 64 |
| Binary | 10010011 | 10001101 | 1110110 | 0 | 100 | 10100 | 101010 | 110000 | 1100 | 110100 |
Color Harmonies of #938D76
Complementary color
Monochromatic Colors of #938D76
Black with #938D76
Text Example
Text Example
White with #938D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938D76; }
p { color: rgb(147,141,118); }
H1.HeaderClassName
{
color: #938D76;
}
.AnyTagClassName
{
color: #938D76;
}
</style>
background-color css
<style>
a { background-color: #938D76; }
a { background-color: rgb(147,141,118); }
div.DivClassName
{
background-color: #938D76;
}
.BgClassName
{
background-color: #938D76;
}
</style>
border-color css
<style>
span { border-color: #938D76; }
span { border-color: rgb(147,141,118); }
td.TdClassName
{
border-color: #938D76;
}
.TagClassName
{
border-color: #938D76;
}
</style>