Shades of Merlot #6E313C
Tints of Merlot #6E313C
RGB
CMYK
RGB Variations
Color information
#6E313C (or 0x6E313C) is known color: Merlot. HEX triplet: 6E, 31 and 3C. RGB value is (110,49,60). Sum of RGB (Red+Green+Blue) = 110+49+60=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E313C is #91CEC3. Grayscale: #444444. Windows color (decimal): -9555652 or 3944814. OLE color: 3944814.
HSL color Cylindrical-coordinate representation of color #6E313C: hue angle of 349.18º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E313C is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 49 | 60 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.57 |
| HSL | 349.18º | 0.38% | 0.31% | - |
| HSV(B) | 349.18º | 0.55% | 0.43% | - |
| XYZ | 8.34 | 5.84 | 4.96 | - |
| YUV | 68.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 49 | 60 | 0 | 0.55 | 0.45 | 0.57 | 349.18 | 0.38 | 0.31 |
| Hex | 6E | 31 | 3C | 0 | 37 | 2D | 39 | 15D | 26 | 1F |
| Octal | 156 | 61 | 74 | 0 | 67 | 55 | 71 | 535 | 46 | 37 |
| Binary | 1101110 | 110001 | 111100 | 0 | 110111 | 101101 | 111001 | 101011101 | 100110 | 11111 |
Color Harmonies of #6E313C
Complementary color
Monochromatic Colors of #6E313C
Black with #6E313C
Text Example
Text Example
White with #6E313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E313C; }
p { color: rgb(110,49,60); }
H1.HeaderClassName
{
color: #6E313C;
}
.AnyTagClassName
{
color: #6E313C;
}
</style>
background-color css
<style>
a { background-color: #6E313C; }
a { background-color: rgb(110,49,60); }
div.DivClassName
{
background-color: #6E313C;
}
.BgClassName
{
background-color: #6E313C;
}
</style>
border-color css
<style>
span { border-color: #6E313C; }
span { border-color: rgb(110,49,60); }
td.TdClassName
{
border-color: #6E313C;
}
.TagClassName
{
border-color: #6E313C;
}
</style>