Shades of Gurkha #93896E
Tints of Gurkha #93896E
RGB
CMYK
RGB Variations
Color information
#93896E (or 0x93896E) is known color: Gurkha. HEX triplet: 93, 89 and 6E. RGB value is (147,137,110). Sum of RGB (Red+Green+Blue) = 147+137+110=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #93896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93896E is #6C7691. Grayscale: #898989. Windows color (decimal): -7108242 or 7244179. OLE color: 7244179.
HSL color Cylindrical-coordinate representation of color #93896E: hue angle of 43.78º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93896E is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 137 | 110 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.42 |
| HSL | 43.78º | 0.15% | 0.5% | - |
| HSV(B) | 43.78º | 0.25% | 0.58% | - |
| XYZ | 23.79 | 25.22 | 18.37 | - |
| YUV | 136.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 110 | 0 | 0.07 | 0.25 | 0.42 | 43.78 | 0.15 | 0.5 |
| Hex | 93 | 89 | 6E | 0 | 7 | 19 | 2A | 2C | F | 32 |
| Octal | 223 | 211 | 156 | 0 | 7 | 31 | 52 | 54 | 17 | 62 |
| Binary | 10010011 | 10001001 | 1101110 | 0 | 111 | 11001 | 101010 | 101100 | 1111 | 110010 |
Color Harmonies of #93896E
Complementary color
Monochromatic Colors of #93896E
Black with #93896E
Text Example
Text Example
White with #93896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93896E; }
p { color: rgb(147,137,110); }
H1.HeaderClassName
{
color: #93896E;
}
.AnyTagClassName
{
color: #93896E;
}
</style>
background-color css
<style>
a { background-color: #93896E; }
a { background-color: rgb(147,137,110); }
div.DivClassName
{
background-color: #93896E;
}
.BgClassName
{
background-color: #93896E;
}
</style>
border-color css
<style>
span { border-color: #93896E; }
span { border-color: rgb(147,137,110); }
td.TdClassName
{
border-color: #93896E;
}
.TagClassName
{
border-color: #93896E;
}
</style>