Shades of Gurkha #918E75
Tints of Gurkha #918E75
RGB
CMYK
RGB Variations
Color information
#918E75 (or 0x918E75) is known color: Gurkha. HEX triplet: 91, 8E and 75. RGB value is (145,142,117). Sum of RGB (Red+Green+Blue) = 145+142+117=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 145 - color contains mainly: red. Hex color #918E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E75 is #6E718A. Grayscale: #8C8C8C. Windows color (decimal): -7238027 or 7704209. OLE color: 7704209.
HSL color Cylindrical-coordinate representation of color #918E75: hue angle of 53.57º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #918E75 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 117 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.43 |
| HSL | 53.57º | 0.11% | 0.51% | - |
| HSV(B) | 53.57º | 0.19% | 0.57% | - |
| XYZ | 24.56 | 26.65 | 20.68 | - |
| YUV | 140.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 117 | 0 | 0.02 | 0.19 | 0.43 | 53.57 | 0.11 | 0.51 |
| Hex | 91 | 8E | 75 | 0 | 2 | 13 | 2B | 36 | B | 33 |
| Octal | 221 | 216 | 165 | 0 | 2 | 23 | 53 | 66 | 13 | 63 |
| Binary | 10010001 | 10001110 | 1110101 | 0 | 10 | 10011 | 101011 | 110110 | 1011 | 110011 |
Color Harmonies of #918E75
Complementary color
Monochromatic Colors of #918E75
Black with #918E75
Text Example
Text Example
White with #918E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E75; }
p { color: rgb(145,142,117); }
H1.HeaderClassName
{
color: #918E75;
}
.AnyTagClassName
{
color: #918E75;
}
</style>
background-color css
<style>
a { background-color: #918E75; }
a { background-color: rgb(145,142,117); }
div.DivClassName
{
background-color: #918E75;
}
.BgClassName
{
background-color: #918E75;
}
</style>
border-color css
<style>
span { border-color: #918E75; }
span { border-color: rgb(145,142,117); }
td.TdClassName
{
border-color: #918E75;
}
.TagClassName
{
border-color: #918E75;
}
</style>