Shades of Laurel #6E886D
Tints of Laurel #6E886D
RGB
CMYK
RGB Variations
Color information
#6E886D (or 0x6E886D) is known color: Laurel. HEX triplet: 6E, 88 and 6D. RGB value is (110,136,109). Sum of RGB (Red+Green+Blue) = 110+136+109=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #6E886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E886D is #917792. Grayscale: #7D7D7D. Windows color (decimal): -9533331 or 7178350. OLE color: 7178350.
HSL color Cylindrical-coordinate representation of color #6E886D: hue angle of 117.78º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E886D is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 109 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.47 |
| HSL | 117.78º | 0.11% | 0.48% | - |
| HSV(B) | 117.78º | 0.2% | 0.53% | - |
| XYZ | 17.99 | 22.03 | 17.77 | - |
| YUV | 125.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 109 | 0.19 | 0 | 0.20 | 0.47 | 117.78 | 0.11 | 0.48 |
| Hex | 6E | 88 | 6D | 13 | 0 | 14 | 2F | 76 | B | 30 |
| Octal | 156 | 210 | 155 | 23 | 0 | 24 | 57 | 166 | 13 | 60 |
| Binary | 1101110 | 10001000 | 1101101 | 10011 | 0 | 10100 | 101111 | 1110110 | 1011 | 110000 |
Color Harmonies of #6E886D
Complementary color
Monochromatic Colors of #6E886D
Black with #6E886D
Text Example
Text Example
White with #6E886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E886D; }
p { color: rgb(110,136,109); }
H1.HeaderClassName
{
color: #6E886D;
}
.AnyTagClassName
{
color: #6E886D;
}
</style>
background-color css
<style>
a { background-color: #6E886D; }
a { background-color: rgb(110,136,109); }
div.DivClassName
{
background-color: #6E886D;
}
.BgClassName
{
background-color: #6E886D;
}
</style>
border-color css
<style>
span { border-color: #6E886D; }
span { border-color: rgb(110,136,109); }
td.TdClassName
{
border-color: #6E886D;
}
.TagClassName
{
border-color: #6E886D;
}
</style>