Shades of Merlot #6D3A40
Tints of Merlot #6D3A40
RGB
CMYK
RGB Variations
Color information
#6D3A40 (or 0x6D3A40) is known color: Merlot. HEX triplet: 6D, 3A and 40. RGB value is (109,58,64). Sum of RGB (Red+Green+Blue) = 109+58+64=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3A40 is #92C5BF. Grayscale: #494949. Windows color (decimal): -9618880 or 4209261. OLE color: 4209261.
HSL color Cylindrical-coordinate representation of color #6D3A40: hue angle of 352.94º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D3A40 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 58 | 64 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.57 |
| HSL | 352.94º | 0.31% | 0.33% | - |
| HSV(B) | 352.94º | 0.47% | 0.43% | - |
| XYZ | 8.75 | 6.65 | 5.67 | - |
| YUV | 73.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 58 | 64 | 0 | 0.47 | 0.41 | 0.57 | 352.94 | 0.31 | 0.33 |
| Hex | 6D | 3A | 40 | 0 | 2F | 29 | 39 | 161 | 1F | 21 |
| Octal | 155 | 72 | 100 | 0 | 57 | 51 | 71 | 541 | 37 | 41 |
| Binary | 1101101 | 111010 | 1000000 | 0 | 101111 | 101001 | 111001 | 101100001 | 11111 | 100001 |
Color Harmonies of #6D3A40
Complementary color
Monochromatic Colors of #6D3A40
Black with #6D3A40
Text Example
Text Example
White with #6D3A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3A40; }
p { color: rgb(109,58,64); }
H1.HeaderClassName
{
color: #6D3A40;
}
.AnyTagClassName
{
color: #6D3A40;
}
</style>
background-color css
<style>
a { background-color: #6D3A40; }
a { background-color: rgb(109,58,64); }
div.DivClassName
{
background-color: #6D3A40;
}
.BgClassName
{
background-color: #6D3A40;
}
</style>
border-color css
<style>
span { border-color: #6D3A40; }
span { border-color: rgb(109,58,64); }
td.TdClassName
{
border-color: #6D3A40;
}
.TagClassName
{
border-color: #6D3A40;
}
</style>