Shades of Merlot #6D3942
Tints of Merlot #6D3942
RGB
CMYK
RGB Variations
Color information
#6D3942 (or 0x6D3942) is known color: Merlot. HEX triplet: 6D, 39 and 42. RGB value is (109,57,66). Sum of RGB (Red+Green+Blue) = 109+57+66=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3942 is #92C6BD. Grayscale: #494949. Windows color (decimal): -9619134 or 4340077. OLE color: 4340077.
HSL color Cylindrical-coordinate representation of color #6D3942: hue angle of 349.62º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D3942 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 57 | 66 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.57 |
| HSL | 349.62º | 0.31% | 0.33% | - |
| HSV(B) | 349.62º | 0.48% | 0.43% | - |
| XYZ | 8.75 | 6.57 | 5.96 | - |
| YUV | 73.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 66 | 0 | 0.48 | 0.39 | 0.57 | 349.62 | 0.31 | 0.33 |
| Hex | 6D | 39 | 42 | 0 | 30 | 27 | 39 | 15E | 1F | 21 |
| Octal | 155 | 71 | 102 | 0 | 60 | 47 | 71 | 536 | 37 | 41 |
| Binary | 1101101 | 111001 | 1000010 | 0 | 110000 | 100111 | 111001 | 101011110 | 11111 | 100001 |
Color Harmonies of #6D3942
Complementary color
Monochromatic Colors of #6D3942
Black with #6D3942
Text Example
Text Example
White with #6D3942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3942; }
p { color: rgb(109,57,66); }
H1.HeaderClassName
{
color: #6D3942;
}
.AnyTagClassName
{
color: #6D3942;
}
</style>
background-color css
<style>
a { background-color: #6D3942; }
a { background-color: rgb(109,57,66); }
div.DivClassName
{
background-color: #6D3942;
}
.BgClassName
{
background-color: #6D3942;
}
</style>
border-color css
<style>
span { border-color: #6D3942; }
span { border-color: rgb(109,57,66); }
td.TdClassName
{
border-color: #6D3942;
}
.TagClassName
{
border-color: #6D3942;
}
</style>