Shades of Merlot #6E3741
Tints of Merlot #6E3741
RGB
CMYK
RGB Variations
Color information
#6E3741 (or 0x6E3741) is known color: Merlot. HEX triplet: 6E, 37 and 41. RGB value is (110,55,65). Sum of RGB (Red+Green+Blue) = 110+55+65=230 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.83% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3741 is #91C8BE. Grayscale: #484848. Windows color (decimal): -9554111 or 4274030. OLE color: 4274030.
HSL color Cylindrical-coordinate representation of color #6E3741: hue angle of 349.09º 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 #6E3741 is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 55 | 65 | - |
| CMYK | 0 | 0.5 | 0.41 | 0.57 |
| HSL | 349.09º | 0.33% | 0.32% | - |
| HSV(B) | 349.09º | 0.5% | 0.43% | - |
| XYZ | 8.75 | 6.43 | 5.78 | - |
| YUV | 72.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 65 | 0 | 0.5 | 0.41 | 0.57 | 349.09 | 0.33 | 0.32 |
| Hex | 6E | 37 | 41 | 0 | 32 | 29 | 39 | 15D | 21 | 20 |
| Octal | 156 | 67 | 101 | 0 | 62 | 51 | 71 | 535 | 41 | 40 |
| Binary | 1101110 | 110111 | 1000001 | 0 | 110010 | 101001 | 111001 | 101011101 | 100001 | 100000 |
Color Harmonies of #6E3741
Complementary color
Monochromatic Colors of #6E3741
Black with #6E3741
Text Example
Text Example
White with #6E3741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3741; }
p { color: rgb(110,55,65); }
H1.HeaderClassName
{
color: #6E3741;
}
.AnyTagClassName
{
color: #6E3741;
}
</style>
background-color css
<style>
a { background-color: #6E3741; }
a { background-color: rgb(110,55,65); }
div.DivClassName
{
background-color: #6E3741;
}
.BgClassName
{
background-color: #6E3741;
}
</style>
border-color css
<style>
span { border-color: #6E3741; }
span { border-color: rgb(110,55,65); }
td.TdClassName
{
border-color: #6E3741;
}
.TagClassName
{
border-color: #6E3741;
}
</style>