Shades of Gurkha #918E74
Tints of Gurkha #918E74
RGB
CMYK
RGB Variations
Color information
#918E74 (or 0x918E74) is known color: Gurkha. HEX triplet: 91, 8E and 74. RGB value is (145,142,116). Sum of RGB (Red+Green+Blue) = 145+142+116=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 145 - color contains mainly: red. Hex color #918E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E74 is #6E718B. Grayscale: #8C8C8C. Windows color (decimal): -7238028 or 7638673. OLE color: 7638673.
HSL color Cylindrical-coordinate representation of color #918E74: hue angle of 53.79º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #918E74 is Cyan = 0, Magento = 0.02, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 116 | - |
| CMYK | 0 | 0.02 | 0.2 | 0.43 |
| HSL | 53.79º | 0.12% | 0.51% | - |
| HSV(B) | 53.79º | 0.2% | 0.57% | - |
| XYZ | 24.5 | 26.63 | 20.37 | - |
| YUV | 139.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 116 | 0 | 0.02 | 0.2 | 0.43 | 53.79 | 0.12 | 0.51 |
| Hex | 91 | 8E | 74 | 0 | 2 | 14 | 2B | 36 | C | 33 |
| Octal | 221 | 216 | 164 | 0 | 2 | 24 | 53 | 66 | 14 | 63 |
| Binary | 10010001 | 10001110 | 1110100 | 0 | 10 | 10100 | 101011 | 110110 | 1100 | 110011 |
Color Harmonies of #918E74
Complementary color
Monochromatic Colors of #918E74
Black with #918E74
Text Example
Text Example
White with #918E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E74; }
p { color: rgb(145,142,116); }
H1.HeaderClassName
{
color: #918E74;
}
.AnyTagClassName
{
color: #918E74;
}
</style>
background-color css
<style>
a { background-color: #918E74; }
a { background-color: rgb(145,142,116); }
div.DivClassName
{
background-color: #918E74;
}
.BgClassName
{
background-color: #918E74;
}
</style>
border-color css
<style>
span { border-color: #918E74; }
span { border-color: rgb(145,142,116); }
td.TdClassName
{
border-color: #918E74;
}
.TagClassName
{
border-color: #918E74;
}
</style>