Shades of Merlot #6E363D
Tints of Merlot #6E363D
RGB
CMYK
RGB Variations
Color information
#6E363D (or 0x6E363D) is known color: Merlot. HEX triplet: 6E, 36 and 3D. RGB value is (110,54,61). Sum of RGB (Red+Green+Blue) = 110+54+61=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E363D is #91C9C2. Grayscale: #474747. Windows color (decimal): -9554371 or 4011630. OLE color: 4011630.
HSL color Cylindrical-coordinate representation of color #6E363D: hue angle of 352.5º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E363D is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 54 | 61 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.57 |
| HSL | 352.5º | 0.34% | 0.32% | - |
| HSV(B) | 352.5º | 0.51% | 0.43% | - |
| XYZ | 8.59 | 6.29 | 5.18 | - |
| YUV | 71.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 61 | 0 | 0.51 | 0.45 | 0.57 | 352.5 | 0.34 | 0.32 |
| Hex | 6E | 36 | 3D | 0 | 33 | 2D | 39 | 160 | 22 | 20 |
| Octal | 156 | 66 | 75 | 0 | 63 | 55 | 71 | 540 | 42 | 40 |
| Binary | 1101110 | 110110 | 111101 | 0 | 110011 | 101101 | 111001 | 101100000 | 100010 | 100000 |
Color Harmonies of #6E363D
Complementary color
Monochromatic Colors of #6E363D
Black with #6E363D
Text Example
Text Example
White with #6E363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E363D; }
p { color: rgb(110,54,61); }
H1.HeaderClassName
{
color: #6E363D;
}
.AnyTagClassName
{
color: #6E363D;
}
</style>
background-color css
<style>
a { background-color: #6E363D; }
a { background-color: rgb(110,54,61); }
div.DivClassName
{
background-color: #6E363D;
}
.BgClassName
{
background-color: #6E363D;
}
</style>
border-color css
<style>
span { border-color: #6E363D; }
span { border-color: rgb(110,54,61); }
td.TdClassName
{
border-color: #6E363D;
}
.TagClassName
{
border-color: #6E363D;
}
</style>