Shades of Merlot #6D3435
Tints of Merlot #6D3435
RGB
CMYK
RGB Variations
Color information
#6D3435 (or 0x6D3435) is known color: Merlot. HEX triplet: 6D, 34 and 35. RGB value is (109,52,53). Sum of RGB (Red+Green+Blue) = 109+52+53=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3435 is #92CBCA. Grayscale: #454545. Windows color (decimal): -9620427 or 3486829. OLE color: 3486829.
HSL color Cylindrical-coordinate representation of color #6D3435: hue angle of 358.95º 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 #6D3435 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 52 | 53 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.57 |
| HSL | 358.95º | 0.35% | 0.32% | - |
| HSV(B) | 358.95º | 0.52% | 0.43% | - |
| XYZ | 8.18 | 5.96 | 4.09 | - |
| YUV | 69.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 52 | 53 | 0 | 0.52 | 0.51 | 0.57 | 358.95 | 0.35 | 0.32 |
| Hex | 6D | 34 | 35 | 0 | 34 | 33 | 39 | 167 | 23 | 20 |
| Octal | 155 | 64 | 65 | 0 | 64 | 63 | 71 | 547 | 43 | 40 |
| Binary | 1101101 | 110100 | 110101 | 0 | 110100 | 110011 | 111001 | 101100111 | 100011 | 100000 |
Color Harmonies of #6D3435
Complementary color
Monochromatic Colors of #6D3435
Black with #6D3435
Text Example
Text Example
White with #6D3435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3435; }
p { color: rgb(109,52,53); }
H1.HeaderClassName
{
color: #6D3435;
}
.AnyTagClassName
{
color: #6D3435;
}
</style>
background-color css
<style>
a { background-color: #6D3435; }
a { background-color: rgb(109,52,53); }
div.DivClassName
{
background-color: #6D3435;
}
.BgClassName
{
background-color: #6D3435;
}
</style>
border-color css
<style>
span { border-color: #6D3435; }
span { border-color: rgb(109,52,53); }
td.TdClassName
{
border-color: #6D3435;
}
.TagClassName
{
border-color: #6D3435;
}
</style>