Shades of Gurkha #938E71
Tints of Gurkha #938E71
RGB
CMYK
RGB Variations
Color information
#938E71 (or 0x938E71) is known color: Gurkha. HEX triplet: 93, 8E and 71. RGB value is (147,142,113). Sum of RGB (Red+Green+Blue) = 147+142+113=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 147 - color contains mainly: red. Hex color #938E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E71 is #6C718E. Grayscale: #8C8C8C. Windows color (decimal): -7106959 or 7442067. OLE color: 7442067.
HSL color Cylindrical-coordinate representation of color #938E71: hue angle of 51.18º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #938E71 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 142 | 113 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.42 |
| HSL | 51.18º | 0.14% | 0.51% | - |
| HSV(B) | 51.18º | 0.23% | 0.58% | - |
| XYZ | 24.69 | 26.74 | 19.48 | - |
| YUV | 140.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 113 | 0 | 0.03 | 0.23 | 0.42 | 51.18 | 0.14 | 0.51 |
| Hex | 93 | 8E | 71 | 0 | 3 | 17 | 2A | 33 | E | 33 |
| Octal | 223 | 216 | 161 | 0 | 3 | 27 | 52 | 63 | 16 | 63 |
| Binary | 10010011 | 10001110 | 1110001 | 0 | 11 | 10111 | 101010 | 110011 | 1110 | 110011 |
Color Harmonies of #938E71
Complementary color
Monochromatic Colors of #938E71
Black with #938E71
Text Example
Text Example
White with #938E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938E71; }
p { color: rgb(147,142,113); }
H1.HeaderClassName
{
color: #938E71;
}
.AnyTagClassName
{
color: #938E71;
}
</style>
background-color css
<style>
a { background-color: #938E71; }
a { background-color: rgb(147,142,113); }
div.DivClassName
{
background-color: #938E71;
}
.BgClassName
{
background-color: #938E71;
}
</style>
border-color css
<style>
span { border-color: #938E71; }
span { border-color: rgb(147,142,113); }
td.TdClassName
{
border-color: #938E71;
}
.TagClassName
{
border-color: #938E71;
}
</style>