Shades of Merlot #6E3337
Tints of Merlot #6E3337
RGB
CMYK
RGB Variations
Color information
#6E3337 (or 0x6E3337) is known color: Merlot. HEX triplet: 6E, 33 and 37. RGB value is (110,51,55). Sum of RGB (Red+Green+Blue) = 110+51+55=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3337 is #91CCC8. Grayscale: #454545. Windows color (decimal): -9555145 or 3617646. OLE color: 3617646.
HSL color Cylindrical-coordinate representation of color #6E3337: hue angle of 355.93º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E3337 is Cyan = 0, Magento = 0.54, Yellow = 0.5 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 55 | - |
| CMYK | 0 | 0.54 | 0.5 | 0.57 |
| HSL | 355.93º | 0.37% | 0.32% | - |
| HSV(B) | 355.93º | 0.54% | 0.43% | - |
| XYZ | 8.3 | 5.96 | 4.33 | - |
| YUV | 69.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 55 | 0 | 0.54 | 0.5 | 0.57 | 355.93 | 0.37 | 0.32 |
| Hex | 6E | 33 | 37 | 0 | 36 | 32 | 39 | 164 | 25 | 20 |
| Octal | 156 | 63 | 67 | 0 | 66 | 62 | 71 | 544 | 45 | 40 |
| Binary | 1101110 | 110011 | 110111 | 0 | 110110 | 110010 | 111001 | 101100100 | 100101 | 100000 |
Color Harmonies of #6E3337
Complementary color
Monochromatic Colors of #6E3337
Black with #6E3337
Text Example
Text Example
White with #6E3337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3337; }
p { color: rgb(110,51,55); }
H1.HeaderClassName
{
color: #6E3337;
}
.AnyTagClassName
{
color: #6E3337;
}
</style>
background-color css
<style>
a { background-color: #6E3337; }
a { background-color: rgb(110,51,55); }
div.DivClassName
{
background-color: #6E3337;
}
.BgClassName
{
background-color: #6E3337;
}
</style>
border-color css
<style>
span { border-color: #6E3337; }
span { border-color: rgb(110,51,55); }
td.TdClassName
{
border-color: #6E3337;
}
.TagClassName
{
border-color: #6E3337;
}
</style>