Shades of Highland #6E885C
Tints of Highland #6E885C
RGB
CMYK
RGB Variations
Color information
#6E885C (or 0x6E885C) is known color: Highland. HEX triplet: 6E, 88 and 5C. RGB value is (110,136,92). Sum of RGB (Red+Green+Blue) = 110+136+92=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #6E885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E885C is #9177A3. Grayscale: #7B7B7B. Windows color (decimal): -9533348 or 6064238. OLE color: 6064238.
HSL color Cylindrical-coordinate representation of color #6E885C: hue angle of 95.45º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E885C is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 92 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.47 |
| HSL | 95.45º | 0.19% | 0.45% | - |
| HSV(B) | 95.45º | 0.32% | 0.53% | - |
| XYZ | 17.17 | 21.7 | 13.41 | - |
| YUV | 123.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 92 | 0.19 | 0 | 0.32 | 0.47 | 95.45 | 0.19 | 0.45 |
| Hex | 6E | 88 | 5C | 13 | 0 | 20 | 2F | 5F | 13 | 2D |
| Octal | 156 | 210 | 134 | 23 | 0 | 40 | 57 | 137 | 23 | 55 |
| Binary | 1101110 | 10001000 | 1011100 | 10011 | 0 | 100000 | 101111 | 1011111 | 10011 | 101101 |
Color Harmonies of #6E885C
Complementary color
Monochromatic Colors of #6E885C
Black with #6E885C
Text Example
Text Example
White with #6E885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E885C; }
p { color: rgb(110,136,92); }
H1.HeaderClassName
{
color: #6E885C;
}
.AnyTagClassName
{
color: #6E885C;
}
</style>
background-color css
<style>
a { background-color: #6E885C; }
a { background-color: rgb(110,136,92); }
div.DivClassName
{
background-color: #6E885C;
}
.BgClassName
{
background-color: #6E885C;
}
</style>
border-color css
<style>
span { border-color: #6E885C; }
span { border-color: rgb(110,136,92); }
td.TdClassName
{
border-color: #6E885C;
}
.TagClassName
{
border-color: #6E885C;
}
</style>