Shades of Gurkha #938E66
Tints of Gurkha #938E66
RGB
CMYK
RGB Variations
Color information
#938E66 (or 0x938E66) is known color: Gurkha. HEX triplet: 93, 8E and 66. RGB value is (147,142,102). Sum of RGB (Red+Green+Blue) = 147+142+102=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #938E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E66 is #6C7199. Grayscale: #8B8B8B. Windows color (decimal): -7106970 or 6721171. OLE color: 6721171.
HSL color Cylindrical-coordinate representation of color #938E66: hue angle of 53.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #938E66 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 142 | 102 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.42 |
| HSL | 53.33º | 0.18% | 0.49% | - |
| HSV(B) | 53.33º | 0.31% | 0.58% | - |
| XYZ | 24.1 | 26.51 | 16.42 | - |
| YUV | 138.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 102 | 0 | 0.03 | 0.31 | 0.42 | 53.33 | 0.18 | 0.49 |
| Hex | 93 | 8E | 66 | 0 | 3 | 1F | 2A | 35 | 12 | 31 |
| Octal | 223 | 216 | 146 | 0 | 3 | 37 | 52 | 65 | 22 | 61 |
| Binary | 10010011 | 10001110 | 1100110 | 0 | 11 | 11111 | 101010 | 110101 | 10010 | 110001 |
Color Harmonies of #938E66
Complementary color
Monochromatic Colors of #938E66
Black with #938E66
Text Example
Text Example
White with #938E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938E66; }
p { color: rgb(147,142,102); }
H1.HeaderClassName
{
color: #938E66;
}
.AnyTagClassName
{
color: #938E66;
}
</style>
background-color css
<style>
a { background-color: #938E66; }
a { background-color: rgb(147,142,102); }
div.DivClassName
{
background-color: #938E66;
}
.BgClassName
{
background-color: #938E66;
}
</style>
border-color css
<style>
span { border-color: #938E66; }
span { border-color: rgb(147,142,102); }
td.TdClassName
{
border-color: #938E66;
}
.TagClassName
{
border-color: #938E66;
}
</style>