Shades of Merlot #6D313C
Tints of Merlot #6D313C
RGB
CMYK
RGB Variations
Color information
#6D313C (or 0x6D313C) is known color: Merlot. HEX triplet: 6D, 31 and 3C. RGB value is (109,49,60). Sum of RGB (Red+Green+Blue) = 109+49+60=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D313C is #92CEC3. Grayscale: #444444. Windows color (decimal): -9621188 or 3944813. OLE color: 3944813.
HSL color Cylindrical-coordinate representation of color #6D313C: hue angle of 349º 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 #6D313C is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 49 | 60 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.57 |
| HSL | 349º | 0.38% | 0.31% | - |
| HSV(B) | 349º | 0.55% | 0.43% | - |
| XYZ | 8.22 | 5.77 | 4.96 | - |
| YUV | 68.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 60 | 0 | 0.55 | 0.45 | 0.57 | 349 | 0.38 | 0.31 |
| Hex | 6D | 31 | 3C | 0 | 37 | 2D | 39 | 15D | 26 | 1F |
| Octal | 155 | 61 | 74 | 0 | 67 | 55 | 71 | 535 | 46 | 37 |
| Binary | 1101101 | 110001 | 111100 | 0 | 110111 | 101101 | 111001 | 101011101 | 100110 | 11111 |
Color Harmonies of #6D313C
Complementary color
Monochromatic Colors of #6D313C
Black with #6D313C
Text Example
Text Example
White with #6D313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D313C; }
p { color: rgb(109,49,60); }
H1.HeaderClassName
{
color: #6D313C;
}
.AnyTagClassName
{
color: #6D313C;
}
</style>
background-color css
<style>
a { background-color: #6D313C; }
a { background-color: rgb(109,49,60); }
div.DivClassName
{
background-color: #6D313C;
}
.BgClassName
{
background-color: #6D313C;
}
</style>
border-color css
<style>
span { border-color: #6D313C; }
span { border-color: rgb(109,49,60); }
td.TdClassName
{
border-color: #6D313C;
}
.TagClassName
{
border-color: #6D313C;
}
</style>