Shades of Merlot #6E3743
Tints of Merlot #6E3743
RGB
CMYK
RGB Variations
Color information
#6E3743 (or 0x6E3743) is known color: Merlot. HEX triplet: 6E, 37 and 43. RGB value is (110,55,67). Sum of RGB (Red+Green+Blue) = 110+55+67=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3743 is #91C8BC. Grayscale: #484848. Windows color (decimal): -9554109 or 4405102. OLE color: 4405102.
HSL color Cylindrical-coordinate representation of color #6E3743: hue angle of 346.91º 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 #6E3743 is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 55 | 67 | - |
| CMYK | 0 | 0.5 | 0.39 | 0.57 |
| HSL | 346.91º | 0.33% | 0.32% | - |
| HSV(B) | 346.91º | 0.5% | 0.43% | - |
| XYZ | 8.81 | 6.45 | 6.09 | - |
| YUV | 72.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 67 | 0 | 0.5 | 0.39 | 0.57 | 346.91 | 0.33 | 0.32 |
| Hex | 6E | 37 | 43 | 0 | 32 | 27 | 39 | 15B | 21 | 20 |
| Octal | 156 | 67 | 103 | 0 | 62 | 47 | 71 | 533 | 41 | 40 |
| Binary | 1101110 | 110111 | 1000011 | 0 | 110010 | 100111 | 111001 | 101011011 | 100001 | 100000 |
Color Harmonies of #6E3743
Complementary color
Monochromatic Colors of #6E3743
Black with #6E3743
Text Example
Text Example
White with #6E3743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3743; }
p { color: rgb(110,55,67); }
H1.HeaderClassName
{
color: #6E3743;
}
.AnyTagClassName
{
color: #6E3743;
}
</style>
background-color css
<style>
a { background-color: #6E3743; }
a { background-color: rgb(110,55,67); }
div.DivClassName
{
background-color: #6E3743;
}
.BgClassName
{
background-color: #6E3743;
}
</style>
border-color css
<style>
span { border-color: #6E3743; }
span { border-color: rgb(110,55,67); }
td.TdClassName
{
border-color: #6E3743;
}
.TagClassName
{
border-color: #6E3743;
}
</style>