Shades of Highland #6E895D
Tints of Highland #6E895D
RGB
CMYK
RGB Variations
Color information
#6E895D (or 0x6E895D) is known color: Highland. HEX triplet: 6E, 89 and 5D. RGB value is (110,137,93). Sum of RGB (Red+Green+Blue) = 110+137+93=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #6E895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E895D is #9176A2. Grayscale: #7C7C7C. Windows color (decimal): -9533091 or 6130030. OLE color: 6130030.
HSL color Cylindrical-coordinate representation of color #6E895D: hue angle of 96.82º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E895D is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 137 | 93 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.46 |
| HSL | 96.82º | 0.19% | 0.45% | - |
| HSV(B) | 96.82º | 0.32% | 0.54% | - |
| XYZ | 17.35 | 22 | 13.69 | - |
| YUV | 123.91 | 110.55 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 137 | 93 | 0.20 | 0 | 0.32 | 0.46 | 96.82 | 0.19 | 0.45 |
| Hex | 6E | 89 | 5D | 14 | 0 | 20 | 2E | 61 | 13 | 2D |
| Octal | 156 | 211 | 135 | 24 | 0 | 40 | 56 | 141 | 23 | 55 |
| Binary | 1101110 | 10001001 | 1011101 | 10100 | 0 | 100000 | 101110 | 1100001 | 10011 | 101101 |
Color Harmonies of #6E895D
Complementary color
Monochromatic Colors of #6E895D
Black with #6E895D
Text Example
Text Example
White with #6E895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E895D; }
p { color: rgb(110,137,93); }
H1.HeaderClassName
{
color: #6E895D;
}
.AnyTagClassName
{
color: #6E895D;
}
</style>
background-color css
<style>
a { background-color: #6E895D; }
a { background-color: rgb(110,137,93); }
div.DivClassName
{
background-color: #6E895D;
}
.BgClassName
{
background-color: #6E895D;
}
</style>
border-color css
<style>
span { border-color: #6E895D; }
span { border-color: rgb(110,137,93); }
td.TdClassName
{
border-color: #6E895D;
}
.TagClassName
{
border-color: #6E895D;
}
</style>