Shades of Gurkha #93917A
Tints of Gurkha #93917A
RGB
CMYK
RGB Variations
Color information
#93917A (or 0x93917A) is known color: Gurkha. HEX triplet: 93, 91 and 7A. RGB value is (147,145,122). Sum of RGB (Red+Green+Blue) = 147+145+122=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 147 - color contains mainly: red. Hex color #93917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93917A is #6C6E85. Grayscale: #8F8F8F. Windows color (decimal): -7106182 or 8032659. OLE color: 8032659.
HSL color Cylindrical-coordinate representation of color #93917A: hue angle of 55.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93917A is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 145 | 122 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.42 |
| HSL | 55.2º | 0.1% | 0.53% | - |
| HSV(B) | 55.2º | 0.17% | 0.58% | - |
| XYZ | 25.67 | 27.86 | 22.44 | - |
| YUV | 142.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 145 | 122 | 0 | 0.01 | 0.17 | 0.42 | 55.2 | 0.1 | 0.53 |
| Hex | 93 | 91 | 7A | 0 | 1 | 11 | 2A | 37 | A | 35 |
| Octal | 223 | 221 | 172 | 0 | 1 | 21 | 52 | 67 | 12 | 65 |
| Binary | 10010011 | 10010001 | 1111010 | 0 | 1 | 10001 | 101010 | 110111 | 1010 | 110101 |
Color Harmonies of #93917A
Complementary color
Monochromatic Colors of #93917A
Black with #93917A
Text Example
Text Example
White with #93917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93917A; }
p { color: rgb(147,145,122); }
H1.HeaderClassName
{
color: #93917A;
}
.AnyTagClassName
{
color: #93917A;
}
</style>
background-color css
<style>
a { background-color: #93917A; }
a { background-color: rgb(147,145,122); }
div.DivClassName
{
background-color: #93917A;
}
.BgClassName
{
background-color: #93917A;
}
</style>
border-color css
<style>
span { border-color: #93917A; }
span { border-color: rgb(147,145,122); }
td.TdClassName
{
border-color: #93917A;
}
.TagClassName
{
border-color: #93917A;
}
</style>