Shades of Merlot #6D3641
Tints of Merlot #6D3641
RGB
CMYK
RGB Variations
Color information
#6D3641 (or 0x6D3641) is known color: Merlot. HEX triplet: 6D, 36 and 41. RGB value is (109,54,65). Sum of RGB (Red+Green+Blue) = 109+54+65=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3641 is #92C9BE. Grayscale: #474747. Windows color (decimal): -9619903 or 4273773. OLE color: 4273773.
HSL color Cylindrical-coordinate representation of color #6D3641: hue angle of 348º degrees, saturation: 0.34, 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 #6D3641 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 54 | 65 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.57 |
| HSL | 348º | 0.34% | 0.32% | - |
| HSV(B) | 348º | 0.5% | 0.43% | - |
| XYZ | 8.58 | 6.27 | 5.76 | - |
| YUV | 71.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 65 | 0 | 0.50 | 0.40 | 0.57 | 348 | 0.34 | 0.32 |
| Hex | 6D | 36 | 41 | 0 | 32 | 28 | 39 | 15C | 22 | 20 |
| Octal | 155 | 66 | 101 | 0 | 62 | 50 | 71 | 534 | 42 | 40 |
| Binary | 1101101 | 110110 | 1000001 | 0 | 110010 | 101000 | 111001 | 101011100 | 100010 | 100000 |
Color Harmonies of #6D3641
Complementary color
Monochromatic Colors of #6D3641
Black with #6D3641
Text Example
Text Example
White with #6D3641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3641; }
p { color: rgb(109,54,65); }
H1.HeaderClassName
{
color: #6D3641;
}
.AnyTagClassName
{
color: #6D3641;
}
</style>
background-color css
<style>
a { background-color: #6D3641; }
a { background-color: rgb(109,54,65); }
div.DivClassName
{
background-color: #6D3641;
}
.BgClassName
{
background-color: #6D3641;
}
</style>
border-color css
<style>
span { border-color: #6D3641; }
span { border-color: rgb(109,54,65); }
td.TdClassName
{
border-color: #6D3641;
}
.TagClassName
{
border-color: #6D3641;
}
</style>