Shades of Merlot #6E333A
Tints of Merlot #6E333A
RGB
CMYK
RGB Variations
Color information
#6E333A (or 0x6E333A) is known color: Merlot. HEX triplet: 6E, 33 and 3A. RGB value is (110,51,58). Sum of RGB (Red+Green+Blue) = 110+51+58=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E333A is #91CCC5. Grayscale: #454545. Windows color (decimal): -9555142 or 3814254. OLE color: 3814254.
HSL color Cylindrical-coordinate representation of color #6E333A: hue angle of 352.88º 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 #6E333A is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 58 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.57 |
| HSL | 352.88º | 0.37% | 0.32% | - |
| HSV(B) | 352.88º | 0.54% | 0.43% | - |
| XYZ | 8.38 | 5.99 | 4.72 | - |
| YUV | 69.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 58 | 0 | 0.54 | 0.47 | 0.57 | 352.88 | 0.37 | 0.32 |
| Hex | 6E | 33 | 3A | 0 | 36 | 2F | 39 | 161 | 25 | 20 |
| Octal | 156 | 63 | 72 | 0 | 66 | 57 | 71 | 541 | 45 | 40 |
| Binary | 1101110 | 110011 | 111010 | 0 | 110110 | 101111 | 111001 | 101100001 | 100101 | 100000 |
Color Harmonies of #6E333A
Complementary color
Monochromatic Colors of #6E333A
Black with #6E333A
Text Example
Text Example
White with #6E333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E333A; }
p { color: rgb(110,51,58); }
H1.HeaderClassName
{
color: #6E333A;
}
.AnyTagClassName
{
color: #6E333A;
}
</style>
background-color css
<style>
a { background-color: #6E333A; }
a { background-color: rgb(110,51,58); }
div.DivClassName
{
background-color: #6E333A;
}
.BgClassName
{
background-color: #6E333A;
}
</style>
border-color css
<style>
span { border-color: #6E333A; }
span { border-color: rgb(110,51,58); }
td.TdClassName
{
border-color: #6E333A;
}
.TagClassName
{
border-color: #6E333A;
}
</style>