Shades of Highland #6E885B
Tints of Highland #6E885B
RGB
CMYK
RGB Variations
Color information
#6E885B (or 0x6E885B) is known color: Highland. HEX triplet: 6E, 88 and 5B. RGB value is (110,136,91). Sum of RGB (Red+Green+Blue) = 110+136+91=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #6E885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E885B is #9177A4. Grayscale: #7B7B7B. Windows color (decimal): -9533349 or 5998702. OLE color: 5998702.
HSL color Cylindrical-coordinate representation of color #6E885B: hue angle of 94.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E885B is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 91 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.47 |
| HSL | 94.67º | 0.2% | 0.45% | - |
| HSV(B) | 94.67º | 0.33% | 0.53% | - |
| XYZ | 17.12 | 21.68 | 13.18 | - |
| YUV | 123.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 91 | 0.19 | 0 | 0.33 | 0.47 | 94.67 | 0.2 | 0.45 |
| Hex | 6E | 88 | 5B | 13 | 0 | 21 | 2F | 5F | 14 | 2D |
| Octal | 156 | 210 | 133 | 23 | 0 | 41 | 57 | 137 | 24 | 55 |
| Binary | 1101110 | 10001000 | 1011011 | 10011 | 0 | 100001 | 101111 | 1011111 | 10100 | 101101 |
Color Harmonies of #6E885B
Complementary color
Monochromatic Colors of #6E885B
Black with #6E885B
Text Example
Text Example
White with #6E885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E885B; }
p { color: rgb(110,136,91); }
H1.HeaderClassName
{
color: #6E885B;
}
.AnyTagClassName
{
color: #6E885B;
}
</style>
background-color css
<style>
a { background-color: #6E885B; }
a { background-color: rgb(110,136,91); }
div.DivClassName
{
background-color: #6E885B;
}
.BgClassName
{
background-color: #6E885B;
}
</style>
border-color css
<style>
span { border-color: #6E885B; }
span { border-color: rgb(110,136,91); }
td.TdClassName
{
border-color: #6E885B;
}
.TagClassName
{
border-color: #6E885B;
}
</style>