Shades of Laurel #6E846D
Tints of Laurel #6E846D
RGB
CMYK
RGB Variations
Color information
#6E846D (or 0x6E846D) is known color: Laurel. HEX triplet: 6E, 84 and 6D. RGB value is (110,132,109). Sum of RGB (Red+Green+Blue) = 110+132+109=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #6E846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E846D is #917B92. Grayscale: #7A7A7A. Windows color (decimal): -9534355 or 7177326. OLE color: 7177326.
HSL color Cylindrical-coordinate representation of color #6E846D: hue angle of 117.39º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E846D is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 132 | 109 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.48 |
| HSL | 117.39º | 0.1% | 0.47% | - |
| HSV(B) | 117.39º | 0.17% | 0.52% | - |
| XYZ | 17.44 | 20.92 | 17.59 | - |
| YUV | 122.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 109 | 0.17 | 0 | 0.17 | 0.48 | 117.39 | 0.1 | 0.47 |
| Hex | 6E | 84 | 6D | 11 | 0 | 11 | 30 | 75 | A | 2F |
| Octal | 156 | 204 | 155 | 21 | 0 | 21 | 60 | 165 | 12 | 57 |
| Binary | 1101110 | 10000100 | 1101101 | 10001 | 0 | 10001 | 110000 | 1110101 | 1010 | 101111 |
Color Harmonies of #6E846D
Complementary color
Monochromatic Colors of #6E846D
Black with #6E846D
Text Example
Text Example
White with #6E846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E846D; }
p { color: rgb(110,132,109); }
H1.HeaderClassName
{
color: #6E846D;
}
.AnyTagClassName
{
color: #6E846D;
}
</style>
background-color css
<style>
a { background-color: #6E846D; }
a { background-color: rgb(110,132,109); }
div.DivClassName
{
background-color: #6E846D;
}
.BgClassName
{
background-color: #6E846D;
}
</style>
border-color css
<style>
span { border-color: #6E846D; }
span { border-color: rgb(110,132,109); }
td.TdClassName
{
border-color: #6E846D;
}
.TagClassName
{
border-color: #6E846D;
}
</style>