Shades of Merlot #6E333E
Tints of Merlot #6E333E
RGB
CMYK
RGB Variations
Color information
#6E333E (or 0x6E333E) is known color: Merlot. HEX triplet: 6E, 33 and 3E. RGB value is (110,51,62). Sum of RGB (Red+Green+Blue) = 110+51+62=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E333E is #91CCC1. Grayscale: #454545. Windows color (decimal): -9555138 or 4076398. OLE color: 4076398.
HSL color Cylindrical-coordinate representation of color #6E333E: hue angle of 348.81º 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 #6E333E is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 62 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.57 |
| HSL | 348.81º | 0.37% | 0.32% | - |
| HSV(B) | 348.81º | 0.54% | 0.43% | - |
| XYZ | 8.48 | 6.03 | 5.27 | - |
| YUV | 69.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 62 | 0 | 0.54 | 0.44 | 0.57 | 348.81 | 0.37 | 0.32 |
| Hex | 6E | 33 | 3E | 0 | 36 | 2C | 39 | 15D | 25 | 20 |
| Octal | 156 | 63 | 76 | 0 | 66 | 54 | 71 | 535 | 45 | 40 |
| Binary | 1101110 | 110011 | 111110 | 0 | 110110 | 101100 | 111001 | 101011101 | 100101 | 100000 |
Color Harmonies of #6E333E
Complementary color
Monochromatic Colors of #6E333E
Black with #6E333E
Text Example
Text Example
White with #6E333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E333E; }
p { color: rgb(110,51,62); }
H1.HeaderClassName
{
color: #6E333E;
}
.AnyTagClassName
{
color: #6E333E;
}
</style>
background-color css
<style>
a { background-color: #6E333E; }
a { background-color: rgb(110,51,62); }
div.DivClassName
{
background-color: #6E333E;
}
.BgClassName
{
background-color: #6E333E;
}
</style>
border-color css
<style>
span { border-color: #6E333E; }
span { border-color: rgb(110,51,62); }
td.TdClassName
{
border-color: #6E333E;
}
.TagClassName
{
border-color: #6E333E;
}
</style>