Shades of Merlot #6E3540
Tints of Merlot #6E3540
RGB
CMYK
RGB Variations
Color information
#6E3540 (or 0x6E3540) is known color: Merlot. HEX triplet: 6E, 35 and 40. RGB value is (110,53,64). Sum of RGB (Red+Green+Blue) = 110+53+64=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3540 is #91CABF. Grayscale: #474747. Windows color (decimal): -9554624 or 4207982. OLE color: 4207982.
HSL color Cylindrical-coordinate representation of color #6E3540: hue angle of 348.42º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E3540 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 53 | 64 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.57 |
| HSL | 348.42º | 0.35% | 0.32% | - |
| HSV(B) | 348.42º | 0.52% | 0.43% | - |
| XYZ | 8.63 | 6.23 | 5.6 | - |
| YUV | 71.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 53 | 64 | 0 | 0.52 | 0.42 | 0.57 | 348.42 | 0.35 | 0.32 |
| Hex | 6E | 35 | 40 | 0 | 34 | 2A | 39 | 15C | 23 | 20 |
| Octal | 156 | 65 | 100 | 0 | 64 | 52 | 71 | 534 | 43 | 40 |
| Binary | 1101110 | 110101 | 1000000 | 0 | 110100 | 101010 | 111001 | 101011100 | 100011 | 100000 |
Color Harmonies of #6E3540
Complementary color
Monochromatic Colors of #6E3540
Black with #6E3540
Text Example
Text Example
White with #6E3540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3540; }
p { color: rgb(110,53,64); }
H1.HeaderClassName
{
color: #6E3540;
}
.AnyTagClassName
{
color: #6E3540;
}
</style>
background-color css
<style>
a { background-color: #6E3540; }
a { background-color: rgb(110,53,64); }
div.DivClassName
{
background-color: #6E3540;
}
.BgClassName
{
background-color: #6E3540;
}
</style>
border-color css
<style>
span { border-color: #6E3540; }
span { border-color: rgb(110,53,64); }
td.TdClassName
{
border-color: #6E3540;
}
.TagClassName
{
border-color: #6E3540;
}
</style>