Shades of Gurkha #918E73
Tints of Gurkha #918E73
RGB
CMYK
RGB Variations
Color information
#918E73 (or 0x918E73) is known color: Gurkha. HEX triplet: 91, 8E and 73. RGB value is (145,142,115). Sum of RGB (Red+Green+Blue) = 145+142+115=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 145 - color contains mainly: red. Hex color #918E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E73 is #6E718C. Grayscale: #8B8B8B. Windows color (decimal): -7238029 or 7573137. OLE color: 7573137.
HSL color Cylindrical-coordinate representation of color #918E73: hue angle of 54º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #918E73 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 115 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.43 |
| HSL | 54º | 0.12% | 0.51% | - |
| HSV(B) | 54º | 0.21% | 0.57% | - |
| XYZ | 24.44 | 26.6 | 20.07 | - |
| YUV | 139.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 115 | 0 | 0.02 | 0.21 | 0.43 | 54 | 0.12 | 0.51 |
| Hex | 91 | 8E | 73 | 0 | 2 | 15 | 2B | 36 | C | 33 |
| Octal | 221 | 216 | 163 | 0 | 2 | 25 | 53 | 66 | 14 | 63 |
| Binary | 10010001 | 10001110 | 1110011 | 0 | 10 | 10101 | 101011 | 110110 | 1100 | 110011 |
Color Harmonies of #918E73
Complementary color
Monochromatic Colors of #918E73
Black with #918E73
Text Example
Text Example
White with #918E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E73; }
p { color: rgb(145,142,115); }
H1.HeaderClassName
{
color: #918E73;
}
.AnyTagClassName
{
color: #918E73;
}
</style>
background-color css
<style>
a { background-color: #918E73; }
a { background-color: rgb(145,142,115); }
div.DivClassName
{
background-color: #918E73;
}
.BgClassName
{
background-color: #918E73;
}
</style>
border-color css
<style>
span { border-color: #918E73; }
span { border-color: rgb(145,142,115); }
td.TdClassName
{
border-color: #918E73;
}
.TagClassName
{
border-color: #918E73;
}
</style>