Shades of Gurkha #918A6F
Tints of Gurkha #918A6F
RGB
CMYK
RGB Variations
Color information
#918A6F (or 0x918A6F) is known color: Gurkha. HEX triplet: 91, 8A and 6F. RGB value is (145,138,111). Sum of RGB (Red+Green+Blue) = 145+138+111=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 145 - color contains mainly: red. Hex color #918A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A6F is #6E7590. Grayscale: #898989. Windows color (decimal): -7239057 or 7309969. OLE color: 7309969.
HSL color Cylindrical-coordinate representation of color #918A6F: hue angle of 47.65º 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 #918A6F is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 111 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.43 |
| HSL | 47.65º | 0.13% | 0.5% | - |
| HSV(B) | 47.65º | 0.23% | 0.57% | - |
| XYZ | 23.63 | 25.34 | 18.69 | - |
| YUV | 137.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 111 | 0 | 0.05 | 0.23 | 0.43 | 47.65 | 0.13 | 0.5 |
| Hex | 91 | 8A | 6F | 0 | 5 | 17 | 2B | 30 | D | 32 |
| Octal | 221 | 212 | 157 | 0 | 5 | 27 | 53 | 60 | 15 | 62 |
| Binary | 10010001 | 10001010 | 1101111 | 0 | 101 | 10111 | 101011 | 110000 | 1101 | 110010 |
Color Harmonies of #918A6F
Complementary color
Monochromatic Colors of #918A6F
Black with #918A6F
Text Example
Text Example
White with #918A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A6F; }
p { color: rgb(145,138,111); }
H1.HeaderClassName
{
color: #918A6F;
}
.AnyTagClassName
{
color: #918A6F;
}
</style>
background-color css
<style>
a { background-color: #918A6F; }
a { background-color: rgb(145,138,111); }
div.DivClassName
{
background-color: #918A6F;
}
.BgClassName
{
background-color: #918A6F;
}
</style>
border-color css
<style>
span { border-color: #918A6F; }
span { border-color: rgb(145,138,111); }
td.TdClassName
{
border-color: #918A6F;
}
.TagClassName
{
border-color: #918A6F;
}
</style>