Shades of Gurkha #938E64
Tints of Gurkha #938E64
RGB
CMYK
RGB Variations
Color information
#938E64 (or 0x938E64) is known color: Gurkha. HEX triplet: 93, 8E and 64. RGB value is (147,142,100). Sum of RGB (Red+Green+Blue) = 147+142+100=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #938E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E64 is #6C719B. Grayscale: #8A8A8A. Windows color (decimal): -7106972 or 6590099. OLE color: 6590099.
HSL color Cylindrical-coordinate representation of color #938E64: hue angle of 53.62º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #938E64 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 142 | 100 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.42 |
| HSL | 53.62º | 0.19% | 0.48% | - |
| HSV(B) | 53.62º | 0.32% | 0.58% | - |
| XYZ | 24.01 | 26.47 | 15.9 | - |
| YUV | 138.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 100 | 0 | 0.03 | 0.32 | 0.42 | 53.62 | 0.19 | 0.48 |
| Hex | 93 | 8E | 64 | 0 | 3 | 20 | 2A | 36 | 13 | 30 |
| Octal | 223 | 216 | 144 | 0 | 3 | 40 | 52 | 66 | 23 | 60 |
| Binary | 10010011 | 10001110 | 1100100 | 0 | 11 | 100000 | 101010 | 110110 | 10011 | 110000 |
Color Harmonies of #938E64
Complementary color
Monochromatic Colors of #938E64
Black with #938E64
Text Example
Text Example
White with #938E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938E64; }
p { color: rgb(147,142,100); }
H1.HeaderClassName
{
color: #938E64;
}
.AnyTagClassName
{
color: #938E64;
}
</style>
background-color css
<style>
a { background-color: #938E64; }
a { background-color: rgb(147,142,100); }
div.DivClassName
{
background-color: #938E64;
}
.BgClassName
{
background-color: #938E64;
}
</style>
border-color css
<style>
span { border-color: #938E64; }
span { border-color: rgb(147,142,100); }
td.TdClassName
{
border-color: #938E64;
}
.TagClassName
{
border-color: #938E64;
}
</style>