Shades of Merlot #6D3538
Tints of Merlot #6D3538
RGB
CMYK
RGB Variations
Color information
#6D3538 (or 0x6D3538) is known color: Merlot. HEX triplet: 6D, 35 and 38. RGB value is (109,53,56). Sum of RGB (Red+Green+Blue) = 109+53+56=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3538 is #92CAC7. Grayscale: #464646. Windows color (decimal): -9620168 or 3683693. OLE color: 3683693.
HSL color Cylindrical-coordinate representation of color #6D3538: hue angle of 356.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D3538 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 53 | 56 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.57 |
| HSL | 356.79º | 0.35% | 0.32% | - |
| HSV(B) | 356.79º | 0.51% | 0.43% | - |
| XYZ | 8.29 | 6.08 | 4.48 | - |
| YUV | 70.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 56 | 0 | 0.51 | 0.49 | 0.57 | 356.79 | 0.35 | 0.32 |
| Hex | 6D | 35 | 38 | 0 | 33 | 31 | 39 | 165 | 23 | 20 |
| Octal | 155 | 65 | 70 | 0 | 63 | 61 | 71 | 545 | 43 | 40 |
| Binary | 1101101 | 110101 | 111000 | 0 | 110011 | 110001 | 111001 | 101100101 | 100011 | 100000 |
Color Harmonies of #6D3538
Complementary color
Monochromatic Colors of #6D3538
Black with #6D3538
Text Example
Text Example
White with #6D3538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3538; }
p { color: rgb(109,53,56); }
H1.HeaderClassName
{
color: #6D3538;
}
.AnyTagClassName
{
color: #6D3538;
}
</style>
background-color css
<style>
a { background-color: #6D3538; }
a { background-color: rgb(109,53,56); }
div.DivClassName
{
background-color: #6D3538;
}
.BgClassName
{
background-color: #6D3538;
}
</style>
border-color css
<style>
span { border-color: #6D3538; }
span { border-color: rgb(109,53,56); }
td.TdClassName
{
border-color: #6D3538;
}
.TagClassName
{
border-color: #6D3538;
}
</style>