Shades of Merlot #6E3742
Tints of Merlot #6E3742
RGB
CMYK
RGB Variations
Color information
#6E3742 (or 0x6E3742) is known color: Merlot. HEX triplet: 6E, 37 and 42. RGB value is (110,55,66). Sum of RGB (Red+Green+Blue) = 110+55+66=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3742 is #91C8BD. Grayscale: #484848. Windows color (decimal): -9554110 or 4339566. OLE color: 4339566.
HSL color Cylindrical-coordinate representation of color #6E3742: hue angle of 348º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E3742 is Cyan = 0, Magento = 0.5, Yellow = 0.4 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 55 | 66 | - |
| CMYK | 0 | 0.5 | 0.4 | 0.57 |
| HSL | 348º | 0.33% | 0.32% | - |
| HSV(B) | 348º | 0.5% | 0.43% | - |
| XYZ | 8.78 | 6.44 | 5.93 | - |
| YUV | 72.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 66 | 0 | 0.5 | 0.4 | 0.57 | 348 | 0.33 | 0.32 |
| Hex | 6E | 37 | 42 | 0 | 32 | 28 | 39 | 15C | 21 | 20 |
| Octal | 156 | 67 | 102 | 0 | 62 | 50 | 71 | 534 | 41 | 40 |
| Binary | 1101110 | 110111 | 1000010 | 0 | 110010 | 101000 | 111001 | 101011100 | 100001 | 100000 |
Color Harmonies of #6E3742
Complementary color
Monochromatic Colors of #6E3742
Black with #6E3742
Text Example
Text Example
White with #6E3742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3742; }
p { color: rgb(110,55,66); }
H1.HeaderClassName
{
color: #6E3742;
}
.AnyTagClassName
{
color: #6E3742;
}
</style>
background-color css
<style>
a { background-color: #6E3742; }
a { background-color: rgb(110,55,66); }
div.DivClassName
{
background-color: #6E3742;
}
.BgClassName
{
background-color: #6E3742;
}
</style>
border-color css
<style>
span { border-color: #6E3742; }
span { border-color: rgb(110,55,66); }
td.TdClassName
{
border-color: #6E3742;
}
.TagClassName
{
border-color: #6E3742;
}
</style>