Shades of Gurkha #918E6E
Tints of Gurkha #918E6E
RGB
CMYK
RGB Variations
Color information
#918E6E (or 0x918E6E) is known color: Gurkha. HEX triplet: 91, 8E and 6E. RGB value is (145,142,110). Sum of RGB (Red+Green+Blue) = 145+142+110=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #918E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E6E is #6E7191. Grayscale: #8B8B8B. Windows color (decimal): -7238034 or 7245457. OLE color: 7245457.
HSL color Cylindrical-coordinate representation of color #918E6E: hue angle of 54.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #918E6E is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 110 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.43 |
| HSL | 54.86º | 0.14% | 0.5% | - |
| HSV(B) | 54.86º | 0.24% | 0.57% | - |
| XYZ | 24.16 | 26.49 | 18.59 | - |
| YUV | 139.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 110 | 0 | 0.02 | 0.24 | 0.43 | 54.86 | 0.14 | 0.5 |
| Hex | 91 | 8E | 6E | 0 | 2 | 18 | 2B | 37 | E | 32 |
| Octal | 221 | 216 | 156 | 0 | 2 | 30 | 53 | 67 | 16 | 62 |
| Binary | 10010001 | 10001110 | 1101110 | 0 | 10 | 11000 | 101011 | 110111 | 1110 | 110010 |
Color Harmonies of #918E6E
Complementary color
Monochromatic Colors of #918E6E
Black with #918E6E
Text Example
Text Example
White with #918E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E6E; }
p { color: rgb(145,142,110); }
H1.HeaderClassName
{
color: #918E6E;
}
.AnyTagClassName
{
color: #918E6E;
}
</style>
background-color css
<style>
a { background-color: #918E6E; }
a { background-color: rgb(145,142,110); }
div.DivClassName
{
background-color: #918E6E;
}
.BgClassName
{
background-color: #918E6E;
}
</style>
border-color css
<style>
span { border-color: #918E6E; }
span { border-color: rgb(145,142,110); }
td.TdClassName
{
border-color: #918E6E;
}
.TagClassName
{
border-color: #918E6E;
}
</style>