Shades of Gurkha #93906F
Tints of Gurkha #93906F
RGB
CMYK
RGB Variations
Color information
#93906F (or 0x93906F) is known color: Gurkha. HEX triplet: 93, 90 and 6F. RGB value is (147,144,111). Sum of RGB (Red+Green+Blue) = 147+144+111=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 147 - color contains mainly: red. Hex color #93906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93906F is #6C6F90. Grayscale: #8D8D8D. Windows color (decimal): -7106449 or 7311507. OLE color: 7311507.
HSL color Cylindrical-coordinate representation of color #93906F: hue angle of 55º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93906F is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 144 | 111 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.42 |
| HSL | 55º | 0.14% | 0.51% | - |
| HSV(B) | 55º | 0.24% | 0.58% | - |
| XYZ | 24.88 | 27.3 | 19 | - |
| YUV | 141.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 144 | 111 | 0 | 0.02 | 0.24 | 0.42 | 55 | 0.14 | 0.51 |
| Hex | 93 | 90 | 6F | 0 | 2 | 18 | 2A | 37 | E | 33 |
| Octal | 223 | 220 | 157 | 0 | 2 | 30 | 52 | 67 | 16 | 63 |
| Binary | 10010011 | 10010000 | 1101111 | 0 | 10 | 11000 | 101010 | 110111 | 1110 | 110011 |
Color Harmonies of #93906F
Complementary color
Monochromatic Colors of #93906F
Black with #93906F
Text Example
Text Example
White with #93906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93906F; }
p { color: rgb(147,144,111); }
H1.HeaderClassName
{
color: #93906F;
}
.AnyTagClassName
{
color: #93906F;
}
</style>
background-color css
<style>
a { background-color: #93906F; }
a { background-color: rgb(147,144,111); }
div.DivClassName
{
background-color: #93906F;
}
.BgClassName
{
background-color: #93906F;
}
</style>
border-color css
<style>
span { border-color: #93906F; }
span { border-color: rgb(147,144,111); }
td.TdClassName
{
border-color: #93906F;
}
.TagClassName
{
border-color: #93906F;
}
</style>