Shades of Gurkha #93896D
Tints of Gurkha #93896D
RGB
CMYK
RGB Variations
Color information
#93896D (or 0x93896D) is known color: Gurkha. HEX triplet: 93, 89 and 6D. RGB value is (147,137,109). Sum of RGB (Red+Green+Blue) = 147+137+109=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #93896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93896D is #6C7692. Grayscale: #888888. Windows color (decimal): -7108243 or 7178643. OLE color: 7178643.
HSL color Cylindrical-coordinate representation of color #93896D: hue angle of 44.21º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93896D is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 137 | 109 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.42 |
| HSL | 44.21º | 0.15% | 0.5% | - |
| HSV(B) | 44.21º | 0.26% | 0.58% | - |
| XYZ | 23.74 | 25.2 | 18.08 | - |
| YUV | 136.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 109 | 0 | 0.07 | 0.26 | 0.42 | 44.21 | 0.15 | 0.5 |
| Hex | 93 | 89 | 6D | 0 | 7 | 1A | 2A | 2C | F | 32 |
| Octal | 223 | 211 | 155 | 0 | 7 | 32 | 52 | 54 | 17 | 62 |
| Binary | 10010011 | 10001001 | 1101101 | 0 | 111 | 11010 | 101010 | 101100 | 1111 | 110010 |
Color Harmonies of #93896D
Complementary color
Monochromatic Colors of #93896D
Black with #93896D
Text Example
Text Example
White with #93896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93896D; }
p { color: rgb(147,137,109); }
H1.HeaderClassName
{
color: #93896D;
}
.AnyTagClassName
{
color: #93896D;
}
</style>
background-color css
<style>
a { background-color: #93896D; }
a { background-color: rgb(147,137,109); }
div.DivClassName
{
background-color: #93896D;
}
.BgClassName
{
background-color: #93896D;
}
</style>
border-color css
<style>
span { border-color: #93896D; }
span { border-color: rgb(147,137,109); }
td.TdClassName
{
border-color: #93896D;
}
.TagClassName
{
border-color: #93896D;
}
</style>