Shades of Merlot #6D3739
Tints of Merlot #6D3739
RGB
CMYK
RGB Variations
Color information
#6D3739 (or 0x6D3739) is known color: Merlot. HEX triplet: 6D, 37 and 39. RGB value is (109,55,57). Sum of RGB (Red+Green+Blue) = 109+55+57=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3739 is #92C8C6. Grayscale: #474747. Windows color (decimal): -9619655 or 3749741. OLE color: 3749741.
HSL color Cylindrical-coordinate representation of color #6D3739: hue angle of 357.78º 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 #6D3739 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 55 | 57 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.57 |
| HSL | 357.78º | 0.33% | 0.32% | - |
| HSV(B) | 357.78º | 0.5% | 0.43% | - |
| XYZ | 8.41 | 6.28 | 4.64 | - |
| YUV | 71.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 57 | 0 | 0.50 | 0.48 | 0.57 | 357.78 | 0.33 | 0.32 |
| Hex | 6D | 37 | 39 | 0 | 32 | 30 | 39 | 166 | 21 | 20 |
| Octal | 155 | 67 | 71 | 0 | 62 | 60 | 71 | 546 | 41 | 40 |
| Binary | 1101101 | 110111 | 111001 | 0 | 110010 | 110000 | 111001 | 101100110 | 100001 | 100000 |
Color Harmonies of #6D3739
Complementary color
Monochromatic Colors of #6D3739
Black with #6D3739
Text Example
Text Example
White with #6D3739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3739; }
p { color: rgb(109,55,57); }
H1.HeaderClassName
{
color: #6D3739;
}
.AnyTagClassName
{
color: #6D3739;
}
</style>
background-color css
<style>
a { background-color: #6D3739; }
a { background-color: rgb(109,55,57); }
div.DivClassName
{
background-color: #6D3739;
}
.BgClassName
{
background-color: #6D3739;
}
</style>
border-color css
<style>
span { border-color: #6D3739; }
span { border-color: rgb(109,55,57); }
td.TdClassName
{
border-color: #6D3739;
}
.TagClassName
{
border-color: #6D3739;
}
</style>