Shades of Merlot #6E3136
Tints of Merlot #6E3136
RGB
CMYK
RGB Variations
Color information
#6E3136 (or 0x6E3136) is known color: Merlot. HEX triplet: 6E, 31 and 36. RGB value is (110,49,54). Sum of RGB (Red+Green+Blue) = 110+49+54=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3136 is #91CEC9. Grayscale: #434343. Windows color (decimal): -9555658 or 3551598. OLE color: 3551598.
HSL color Cylindrical-coordinate representation of color #6E3136: hue angle of 355.08º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E3136 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 49 | 54 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.57 |
| HSL | 355.08º | 0.38% | 0.31% | - |
| HSV(B) | 355.08º | 0.55% | 0.43% | - |
| XYZ | 8.19 | 5.78 | 4.17 | - |
| YUV | 67.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 49 | 54 | 0 | 0.55 | 0.51 | 0.57 | 355.08 | 0.38 | 0.31 |
| Hex | 6E | 31 | 36 | 0 | 37 | 33 | 39 | 163 | 26 | 1F |
| Octal | 156 | 61 | 66 | 0 | 67 | 63 | 71 | 543 | 46 | 37 |
| Binary | 1101110 | 110001 | 110110 | 0 | 110111 | 110011 | 111001 | 101100011 | 100110 | 11111 |
Color Harmonies of #6E3136
Complementary color
Monochromatic Colors of #6E3136
Black with #6E3136
Text Example
Text Example
White with #6E3136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3136; }
p { color: rgb(110,49,54); }
H1.HeaderClassName
{
color: #6E3136;
}
.AnyTagClassName
{
color: #6E3136;
}
</style>
background-color css
<style>
a { background-color: #6E3136; }
a { background-color: rgb(110,49,54); }
div.DivClassName
{
background-color: #6E3136;
}
.BgClassName
{
background-color: #6E3136;
}
</style>
border-color css
<style>
span { border-color: #6E3136; }
span { border-color: rgb(110,49,54); }
td.TdClassName
{
border-color: #6E3136;
}
.TagClassName
{
border-color: #6E3136;
}
</style>