Shades of Merlot #6E343D
Tints of Merlot #6E343D
RGB
CMYK
RGB Variations
Color information
#6E343D (or 0x6E343D) is known color: Merlot. HEX triplet: 6E, 34 and 3D. RGB value is (110,52,61). Sum of RGB (Red+Green+Blue) = 110+52+61=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E343D is #91CBC2. Grayscale: #464646. Windows color (decimal): -9554883 or 4011118. OLE color: 4011118.
HSL color Cylindrical-coordinate representation of color #6E343D: hue angle of 350.69º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E343D is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 52 | 61 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.57 |
| HSL | 350.69º | 0.36% | 0.32% | - |
| HSV(B) | 350.69º | 0.53% | 0.43% | - |
| XYZ | 8.5 | 6.11 | 5.15 | - |
| YUV | 70.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 61 | 0 | 0.53 | 0.45 | 0.57 | 350.69 | 0.36 | 0.32 |
| Hex | 6E | 34 | 3D | 0 | 35 | 2D | 39 | 15F | 24 | 20 |
| Octal | 156 | 64 | 75 | 0 | 65 | 55 | 71 | 537 | 44 | 40 |
| Binary | 1101110 | 110100 | 111101 | 0 | 110101 | 101101 | 111001 | 101011111 | 100100 | 100000 |
Color Harmonies of #6E343D
Complementary color
Monochromatic Colors of #6E343D
Black with #6E343D
Text Example
Text Example
White with #6E343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E343D; }
p { color: rgb(110,52,61); }
H1.HeaderClassName
{
color: #6E343D;
}
.AnyTagClassName
{
color: #6E343D;
}
</style>
background-color css
<style>
a { background-color: #6E343D; }
a { background-color: rgb(110,52,61); }
div.DivClassName
{
background-color: #6E343D;
}
.BgClassName
{
background-color: #6E343D;
}
</style>
border-color css
<style>
span { border-color: #6E343D; }
span { border-color: rgb(110,52,61); }
td.TdClassName
{
border-color: #6E343D;
}
.TagClassName
{
border-color: #6E343D;
}
</style>