Shades of Merlot #6D3235
Tints of Merlot #6D3235
RGB
CMYK
RGB Variations
Color information
#6D3235 (or 0x6D3235) is known color: Merlot. HEX triplet: 6D, 32 and 35. RGB value is (109,50,53). Sum of RGB (Red+Green+Blue) = 109+50+53=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3235 is #92CDCA. Grayscale: #444444. Windows color (decimal): -9620939 or 3486317. OLE color: 3486317.
HSL color Cylindrical-coordinate representation of color #6D3235: hue angle of 356.95º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D3235 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 50 | 53 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.57 |
| HSL | 356.95º | 0.37% | 0.31% | - |
| HSV(B) | 356.95º | 0.54% | 0.43% | - |
| XYZ | 8.09 | 5.79 | 4.06 | - |
| YUV | 67.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 53 | 0 | 0.54 | 0.51 | 0.57 | 356.95 | 0.37 | 0.31 |
| Hex | 6D | 32 | 35 | 0 | 36 | 33 | 39 | 165 | 25 | 1F |
| Octal | 155 | 62 | 65 | 0 | 66 | 63 | 71 | 545 | 45 | 37 |
| Binary | 1101101 | 110010 | 110101 | 0 | 110110 | 110011 | 111001 | 101100101 | 100101 | 11111 |
Color Harmonies of #6D3235
Complementary color
Monochromatic Colors of #6D3235
Black with #6D3235
Text Example
Text Example
White with #6D3235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3235; }
p { color: rgb(109,50,53); }
H1.HeaderClassName
{
color: #6D3235;
}
.AnyTagClassName
{
color: #6D3235;
}
</style>
background-color css
<style>
a { background-color: #6D3235; }
a { background-color: rgb(109,50,53); }
div.DivClassName
{
background-color: #6D3235;
}
.BgClassName
{
background-color: #6D3235;
}
</style>
border-color css
<style>
span { border-color: #6D3235; }
span { border-color: rgb(109,50,53); }
td.TdClassName
{
border-color: #6D3235;
}
.TagClassName
{
border-color: #6D3235;
}
</style>