Shades of Merlot #6D373E
Tints of Merlot #6D373E
RGB
CMYK
RGB Variations
Color information
#6D373E (or 0x6D373E) is known color: Merlot. HEX triplet: 6D, 37 and 3E. RGB value is (109,55,62). Sum of RGB (Red+Green+Blue) = 109+55+62=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D373E is #92C8C1. Grayscale: #474747. Windows color (decimal): -9619650 or 4077421. OLE color: 4077421.
HSL color Cylindrical-coordinate representation of color #6D373E: hue angle of 352.22º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D373E is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 55 | 62 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.57 |
| HSL | 352.22º | 0.33% | 0.32% | - |
| HSV(B) | 352.22º | 0.5% | 0.43% | - |
| XYZ | 8.54 | 6.33 | 5.33 | - |
| YUV | 71.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 62 | 0 | 0.50 | 0.43 | 0.57 | 352.22 | 0.33 | 0.32 |
| Hex | 6D | 37 | 3E | 0 | 32 | 2B | 39 | 160 | 21 | 20 |
| Octal | 155 | 67 | 76 | 0 | 62 | 53 | 71 | 540 | 41 | 40 |
| Binary | 1101101 | 110111 | 111110 | 0 | 110010 | 101011 | 111001 | 101100000 | 100001 | 100000 |
Color Harmonies of #6D373E
Complementary color
Monochromatic Colors of #6D373E
Black with #6D373E
Text Example
Text Example
White with #6D373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D373E; }
p { color: rgb(109,55,62); }
H1.HeaderClassName
{
color: #6D373E;
}
.AnyTagClassName
{
color: #6D373E;
}
</style>
background-color css
<style>
a { background-color: #6D373E; }
a { background-color: rgb(109,55,62); }
div.DivClassName
{
background-color: #6D373E;
}
.BgClassName
{
background-color: #6D373E;
}
</style>
border-color css
<style>
span { border-color: #6D373E; }
span { border-color: rgb(109,55,62); }
td.TdClassName
{
border-color: #6D373E;
}
.TagClassName
{
border-color: #6D373E;
}
</style>