Shades of Merlot #6E3334
Tints of Merlot #6E3334
RGB
CMYK
RGB Variations
Color information
#6E3334 (or 0x6E3334) is known color: Merlot. HEX triplet: 6E, 33 and 34. RGB value is (110,51,52). Sum of RGB (Red+Green+Blue) = 110+51+52=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3334 is #91CCCB. Grayscale: #444444. Windows color (decimal): -9555148 or 3421038. OLE color: 3421038.
HSL color Cylindrical-coordinate representation of color #6E3334: hue angle of 358.98º 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 #6E3334 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 52 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.57 |
| HSL | 358.98º | 0.37% | 0.32% | - |
| HSV(B) | 358.98º | 0.54% | 0.43% | - |
| XYZ | 8.23 | 5.93 | 3.96 | - |
| YUV | 68.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 52 | 0 | 0.54 | 0.53 | 0.57 | 358.98 | 0.37 | 0.32 |
| Hex | 6E | 33 | 34 | 0 | 36 | 35 | 39 | 167 | 25 | 20 |
| Octal | 156 | 63 | 64 | 0 | 66 | 65 | 71 | 547 | 45 | 40 |
| Binary | 1101110 | 110011 | 110100 | 0 | 110110 | 110101 | 111001 | 101100111 | 100101 | 100000 |
Color Harmonies of #6E3334
Complementary color
Monochromatic Colors of #6E3334
Black with #6E3334
Text Example
Text Example
White with #6E3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3334; }
p { color: rgb(110,51,52); }
H1.HeaderClassName
{
color: #6E3334;
}
.AnyTagClassName
{
color: #6E3334;
}
</style>
background-color css
<style>
a { background-color: #6E3334; }
a { background-color: rgb(110,51,52); }
div.DivClassName
{
background-color: #6E3334;
}
.BgClassName
{
background-color: #6E3334;
}
</style>
border-color css
<style>
span { border-color: #6E3334; }
span { border-color: rgb(110,51,52); }
td.TdClassName
{
border-color: #6E3334;
}
.TagClassName
{
border-color: #6E3334;
}
</style>