Shades of Gurkha #918D6F
Tints of Gurkha #918D6F
RGB
CMYK
RGB Variations
Color information
#918D6F (or 0x918D6F) is known color: Gurkha. HEX triplet: 91, 8D and 6F. RGB value is (145,141,111). Sum of RGB (Red+Green+Blue) = 145+141+111=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #918D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D6F is #6E7290. Grayscale: #8A8A8A. Windows color (decimal): -7238289 or 7310737. OLE color: 7310737.
HSL color Cylindrical-coordinate representation of color #918D6F: hue angle of 52.94º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #918D6F is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 141 | 111 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.43 |
| HSL | 52.94º | 0.13% | 0.5% | - |
| HSV(B) | 52.94º | 0.23% | 0.57% | - |
| XYZ | 24.07 | 26.22 | 18.83 | - |
| YUV | 138.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 111 | 0 | 0.03 | 0.23 | 0.43 | 52.94 | 0.13 | 0.5 |
| Hex | 91 | 8D | 6F | 0 | 3 | 17 | 2B | 35 | D | 32 |
| Octal | 221 | 215 | 157 | 0 | 3 | 27 | 53 | 65 | 15 | 62 |
| Binary | 10010001 | 10001101 | 1101111 | 0 | 11 | 10111 | 101011 | 110101 | 1101 | 110010 |
Color Harmonies of #918D6F
Complementary color
Monochromatic Colors of #918D6F
Black with #918D6F
Text Example
Text Example
White with #918D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918D6F; }
p { color: rgb(145,141,111); }
H1.HeaderClassName
{
color: #918D6F;
}
.AnyTagClassName
{
color: #918D6F;
}
</style>
background-color css
<style>
a { background-color: #918D6F; }
a { background-color: rgb(145,141,111); }
div.DivClassName
{
background-color: #918D6F;
}
.BgClassName
{
background-color: #918D6F;
}
</style>
border-color css
<style>
span { border-color: #918D6F; }
span { border-color: rgb(145,141,111); }
td.TdClassName
{
border-color: #918D6F;
}
.TagClassName
{
border-color: #918D6F;
}
</style>