Shades of Gurkha #918B6F
Tints of Gurkha #918B6F
RGB
CMYK
RGB Variations
Color information
#918B6F (or 0x918B6F) is known color: Gurkha. HEX triplet: 91, 8B and 6F. RGB value is (145,139,111). Sum of RGB (Red+Green+Blue) = 145+139+111=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #918B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B6F is #6E7490. Grayscale: #898989. Windows color (decimal): -7238801 or 7310225. OLE color: 7310225.
HSL color Cylindrical-coordinate representation of color #918B6F: hue angle of 49.41º 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 #918B6F is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 111 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.43 |
| HSL | 49.41º | 0.13% | 0.5% | - |
| HSV(B) | 49.41º | 0.23% | 0.57% | - |
| XYZ | 23.78 | 25.63 | 18.73 | - |
| YUV | 137.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 111 | 0 | 0.04 | 0.23 | 0.43 | 49.41 | 0.13 | 0.5 |
| Hex | 91 | 8B | 6F | 0 | 4 | 17 | 2B | 31 | D | 32 |
| Octal | 221 | 213 | 157 | 0 | 4 | 27 | 53 | 61 | 15 | 62 |
| Binary | 10010001 | 10001011 | 1101111 | 0 | 100 | 10111 | 101011 | 110001 | 1101 | 110010 |
Color Harmonies of #918B6F
Complementary color
Monochromatic Colors of #918B6F
Black with #918B6F
Text Example
Text Example
White with #918B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B6F; }
p { color: rgb(145,139,111); }
H1.HeaderClassName
{
color: #918B6F;
}
.AnyTagClassName
{
color: #918B6F;
}
</style>
background-color css
<style>
a { background-color: #918B6F; }
a { background-color: rgb(145,139,111); }
div.DivClassName
{
background-color: #918B6F;
}
.BgClassName
{
background-color: #918B6F;
}
</style>
border-color css
<style>
span { border-color: #918B6F; }
span { border-color: rgb(145,139,111); }
td.TdClassName
{
border-color: #918B6F;
}
.TagClassName
{
border-color: #918B6F;
}
</style>