Shades of Gurkha #918C6E
Tints of Gurkha #918C6E
RGB
CMYK
RGB Variations
Color information
#918C6E (or 0x918C6E) is known color: Gurkha. HEX triplet: 91, 8C and 6E. RGB value is (145,140,110). Sum of RGB (Red+Green+Blue) = 145+140+110=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #918C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C6E is #6E7391. Grayscale: #8A8A8A. Windows color (decimal): -7238546 or 7244945. OLE color: 7244945.
HSL color Cylindrical-coordinate representation of color #918C6E: hue angle of 51.43º 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 #918C6E is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 140 | 110 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.43 |
| HSL | 51.43º | 0.14% | 0.5% | - |
| HSV(B) | 51.43º | 0.24% | 0.57% | - |
| XYZ | 23.87 | 25.9 | 18.49 | - |
| YUV | 138.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 110 | 0 | 0.03 | 0.24 | 0.43 | 51.43 | 0.14 | 0.5 |
| Hex | 91 | 8C | 6E | 0 | 3 | 18 | 2B | 33 | E | 32 |
| Octal | 221 | 214 | 156 | 0 | 3 | 30 | 53 | 63 | 16 | 62 |
| Binary | 10010001 | 10001100 | 1101110 | 0 | 11 | 11000 | 101011 | 110011 | 1110 | 110010 |
Color Harmonies of #918C6E
Complementary color
Monochromatic Colors of #918C6E
Black with #918C6E
Text Example
Text Example
White with #918C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C6E; }
p { color: rgb(145,140,110); }
H1.HeaderClassName
{
color: #918C6E;
}
.AnyTagClassName
{
color: #918C6E;
}
</style>
background-color css
<style>
a { background-color: #918C6E; }
a { background-color: rgb(145,140,110); }
div.DivClassName
{
background-color: #918C6E;
}
.BgClassName
{
background-color: #918C6E;
}
</style>
border-color css
<style>
span { border-color: #918C6E; }
span { border-color: rgb(145,140,110); }
td.TdClassName
{
border-color: #918C6E;
}
.TagClassName
{
border-color: #918C6E;
}
</style>