Shades of Merlot #6D343C
Tints of Merlot #6D343C
RGB
CMYK
RGB Variations
Color information
#6D343C (or 0x6D343C) is known color: Merlot. HEX triplet: 6D, 34 and 3C. RGB value is (109,52,60). Sum of RGB (Red+Green+Blue) = 109+52+60=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D343C is #92CBC3. Grayscale: #454545. Windows color (decimal): -9620420 or 3945581. OLE color: 3945581.
HSL color Cylindrical-coordinate representation of color #6D343C: hue angle of 351.58º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D343C is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 52 | 60 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.57 |
| HSL | 351.58º | 0.35% | 0.32% | - |
| HSV(B) | 351.58º | 0.52% | 0.43% | - |
| XYZ | 8.35 | 6.03 | 5 | - |
| YUV | 69.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 52 | 60 | 0 | 0.52 | 0.45 | 0.57 | 351.58 | 0.35 | 0.32 |
| Hex | 6D | 34 | 3C | 0 | 34 | 2D | 39 | 160 | 23 | 20 |
| Octal | 155 | 64 | 74 | 0 | 64 | 55 | 71 | 540 | 43 | 40 |
| Binary | 1101101 | 110100 | 111100 | 0 | 110100 | 101101 | 111001 | 101100000 | 100011 | 100000 |
Color Harmonies of #6D343C
Complementary color
Monochromatic Colors of #6D343C
Black with #6D343C
Text Example
Text Example
White with #6D343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D343C; }
p { color: rgb(109,52,60); }
H1.HeaderClassName
{
color: #6D343C;
}
.AnyTagClassName
{
color: #6D343C;
}
</style>
background-color css
<style>
a { background-color: #6D343C; }
a { background-color: rgb(109,52,60); }
div.DivClassName
{
background-color: #6D343C;
}
.BgClassName
{
background-color: #6D343C;
}
</style>
border-color css
<style>
span { border-color: #6D343C; }
span { border-color: rgb(109,52,60); }
td.TdClassName
{
border-color: #6D343C;
}
.TagClassName
{
border-color: #6D343C;
}
</style>