Shades of Gurkha #918E71
Tints of Gurkha #918E71
RGB
CMYK
RGB Variations
Color information
#918E71 (or 0x918E71) is known color: Gurkha. HEX triplet: 91, 8E and 71. RGB value is (145,142,113). Sum of RGB (Red+Green+Blue) = 145+142+113=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 145 - color contains mainly: red. Hex color #918E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E71 is #6E718E. Grayscale: #8B8B8B. Windows color (decimal): -7238031 or 7442065. OLE color: 7442065.
HSL color Cylindrical-coordinate representation of color #918E71: hue angle of 54.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #918E71 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 113 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.43 |
| HSL | 54.38º | 0.13% | 0.51% | - |
| HSV(B) | 54.38º | 0.22% | 0.57% | - |
| XYZ | 24.33 | 26.56 | 19.47 | - |
| YUV | 139.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 113 | 0 | 0.02 | 0.22 | 0.43 | 54.38 | 0.13 | 0.51 |
| Hex | 91 | 8E | 71 | 0 | 2 | 16 | 2B | 36 | D | 33 |
| Octal | 221 | 216 | 161 | 0 | 2 | 26 | 53 | 66 | 15 | 63 |
| Binary | 10010001 | 10001110 | 1110001 | 0 | 10 | 10110 | 101011 | 110110 | 1101 | 110011 |
Color Harmonies of #918E71
Complementary color
Monochromatic Colors of #918E71
Black with #918E71
Text Example
Text Example
White with #918E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E71; }
p { color: rgb(145,142,113); }
H1.HeaderClassName
{
color: #918E71;
}
.AnyTagClassName
{
color: #918E71;
}
</style>
background-color css
<style>
a { background-color: #918E71; }
a { background-color: rgb(145,142,113); }
div.DivClassName
{
background-color: #918E71;
}
.BgClassName
{
background-color: #918E71;
}
</style>
border-color css
<style>
span { border-color: #918E71; }
span { border-color: rgb(145,142,113); }
td.TdClassName
{
border-color: #918E71;
}
.TagClassName
{
border-color: #918E71;
}
</style>