Shades of Merlot #6D393D
Tints of Merlot #6D393D
RGB
CMYK
RGB Variations
Color information
#6D393D (or 0x6D393D) is known color: Merlot. HEX triplet: 6D, 39 and 3D. RGB value is (109,57,61). Sum of RGB (Red+Green+Blue) = 109+57+61=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D393D is #92C6C2. Grayscale: #494949. Windows color (decimal): -9619139 or 4012397. OLE color: 4012397.
HSL color Cylindrical-coordinate representation of color #6D393D: hue angle of 355.38º 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 #6D393D is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 57 | 61 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.57 |
| HSL | 355.38º | 0.31% | 0.33% | - |
| HSV(B) | 355.38º | 0.48% | 0.43% | - |
| XYZ | 8.61 | 6.51 | 5.22 | - |
| YUV | 73 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 61 | 0 | 0.48 | 0.44 | 0.57 | 355.38 | 0.31 | 0.33 |
| Hex | 6D | 39 | 3D | 0 | 30 | 2C | 39 | 163 | 1F | 21 |
| Octal | 155 | 71 | 75 | 0 | 60 | 54 | 71 | 543 | 37 | 41 |
| Binary | 1101101 | 111001 | 111101 | 0 | 110000 | 101100 | 111001 | 101100011 | 11111 | 100001 |
Color Harmonies of #6D393D
Complementary color
Monochromatic Colors of #6D393D
Black with #6D393D
Text Example
Text Example
White with #6D393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D393D; }
p { color: rgb(109,57,61); }
H1.HeaderClassName
{
color: #6D393D;
}
.AnyTagClassName
{
color: #6D393D;
}
</style>
background-color css
<style>
a { background-color: #6D393D; }
a { background-color: rgb(109,57,61); }
div.DivClassName
{
background-color: #6D393D;
}
.BgClassName
{
background-color: #6D393D;
}
</style>
border-color css
<style>
span { border-color: #6D393D; }
span { border-color: rgb(109,57,61); }
td.TdClassName
{
border-color: #6D393D;
}
.TagClassName
{
border-color: #6D393D;
}
</style>