Shades of Merlot #6D3943
Tints of Merlot #6D3943
RGB
CMYK
RGB Variations
Color information
#6D3943 (or 0x6D3943) is known color: Merlot. HEX triplet: 6D, 39 and 43. RGB value is (109,57,67). Sum of RGB (Red+Green+Blue) = 109+57+67=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3943 is #92C6BC. Grayscale: #494949. Windows color (decimal): -9619133 or 4405613. OLE color: 4405613.
HSL color Cylindrical-coordinate representation of color #6D3943: hue angle of 348.46º 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 #6D3943 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 57 | 67 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.57 |
| HSL | 348.46º | 0.31% | 0.33% | - |
| HSV(B) | 348.46º | 0.48% | 0.43% | - |
| XYZ | 8.78 | 6.58 | 6.12 | - |
| YUV | 73.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 67 | 0 | 0.48 | 0.39 | 0.57 | 348.46 | 0.31 | 0.33 |
| Hex | 6D | 39 | 43 | 0 | 30 | 27 | 39 | 15C | 1F | 21 |
| Octal | 155 | 71 | 103 | 0 | 60 | 47 | 71 | 534 | 37 | 41 |
| Binary | 1101101 | 111001 | 1000011 | 0 | 110000 | 100111 | 111001 | 101011100 | 11111 | 100001 |
Color Harmonies of #6D3943
Complementary color
Monochromatic Colors of #6D3943
Black with #6D3943
Text Example
Text Example
White with #6D3943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3943; }
p { color: rgb(109,57,67); }
H1.HeaderClassName
{
color: #6D3943;
}
.AnyTagClassName
{
color: #6D3943;
}
</style>
background-color css
<style>
a { background-color: #6D3943; }
a { background-color: rgb(109,57,67); }
div.DivClassName
{
background-color: #6D3943;
}
.BgClassName
{
background-color: #6D3943;
}
</style>
border-color css
<style>
span { border-color: #6D3943; }
span { border-color: rgb(109,57,67); }
td.TdClassName
{
border-color: #6D3943;
}
.TagClassName
{
border-color: #6D3943;
}
</style>