Shades of Merlot #6E333C
Tints of Merlot #6E333C
RGB
CMYK
RGB Variations
Color information
#6E333C (or 0x6E333C) is known color: Merlot. HEX triplet: 6E, 33 and 3C. RGB value is (110,51,60). Sum of RGB (Red+Green+Blue) = 110+51+60=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E333C is #91CCC3. Grayscale: #454545. Windows color (decimal): -9555140 or 3945326. OLE color: 3945326.
HSL color Cylindrical-coordinate representation of color #6E333C: hue angle of 350.85º 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 #6E333C is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 60 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.57 |
| HSL | 350.85º | 0.37% | 0.32% | - |
| HSV(B) | 350.85º | 0.54% | 0.43% | - |
| XYZ | 8.43 | 6.01 | 4.99 | - |
| YUV | 69.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 60 | 0 | 0.54 | 0.45 | 0.57 | 350.85 | 0.37 | 0.32 |
| Hex | 6E | 33 | 3C | 0 | 36 | 2D | 39 | 15F | 25 | 20 |
| Octal | 156 | 63 | 74 | 0 | 66 | 55 | 71 | 537 | 45 | 40 |
| Binary | 1101110 | 110011 | 111100 | 0 | 110110 | 101101 | 111001 | 101011111 | 100101 | 100000 |
Color Harmonies of #6E333C
Complementary color
Monochromatic Colors of #6E333C
Black with #6E333C
Text Example
Text Example
White with #6E333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E333C; }
p { color: rgb(110,51,60); }
H1.HeaderClassName
{
color: #6E333C;
}
.AnyTagClassName
{
color: #6E333C;
}
</style>
background-color css
<style>
a { background-color: #6E333C; }
a { background-color: rgb(110,51,60); }
div.DivClassName
{
background-color: #6E333C;
}
.BgClassName
{
background-color: #6E333C;
}
</style>
border-color css
<style>
span { border-color: #6E333C; }
span { border-color: rgb(110,51,60); }
td.TdClassName
{
border-color: #6E333C;
}
.TagClassName
{
border-color: #6E333C;
}
</style>