Shades of Gurkha #918E72
Tints of Gurkha #918E72
RGB
CMYK
RGB Variations
Color information
#918E72 (or 0x918E72) is known color: Gurkha. HEX triplet: 91, 8E and 72. RGB value is (145,142,114). Sum of RGB (Red+Green+Blue) = 145+142+114=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #918E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E72 is #6E718D. Grayscale: #8B8B8B. Windows color (decimal): -7238030 or 7507601. OLE color: 7507601.
HSL color Cylindrical-coordinate representation of color #918E72: hue angle of 54.19º 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 #918E72 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 114 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.43 |
| HSL | 54.19º | 0.12% | 0.51% | - |
| HSV(B) | 54.19º | 0.21% | 0.57% | - |
| XYZ | 24.39 | 26.58 | 19.76 | - |
| YUV | 139.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 114 | 0 | 0.02 | 0.21 | 0.43 | 54.19 | 0.12 | 0.51 |
| Hex | 91 | 8E | 72 | 0 | 2 | 15 | 2B | 36 | C | 33 |
| Octal | 221 | 216 | 162 | 0 | 2 | 25 | 53 | 66 | 14 | 63 |
| Binary | 10010001 | 10001110 | 1110010 | 0 | 10 | 10101 | 101011 | 110110 | 1100 | 110011 |
Color Harmonies of #918E72
Complementary color
Monochromatic Colors of #918E72
Black with #918E72
Text Example
Text Example
White with #918E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E72; }
p { color: rgb(145,142,114); }
H1.HeaderClassName
{
color: #918E72;
}
.AnyTagClassName
{
color: #918E72;
}
</style>
background-color css
<style>
a { background-color: #918E72; }
a { background-color: rgb(145,142,114); }
div.DivClassName
{
background-color: #918E72;
}
.BgClassName
{
background-color: #918E72;
}
</style>
border-color css
<style>
span { border-color: #918E72; }
span { border-color: rgb(145,142,114); }
td.TdClassName
{
border-color: #918E72;
}
.TagClassName
{
border-color: #918E72;
}
</style>