Shades of Merlot #6E363E
Tints of Merlot #6E363E
RGB
CMYK
RGB Variations
Color information
#6E363E (or 0x6E363E) is known color: Merlot. HEX triplet: 6E, 36 and 3E. RGB value is (110,54,62). Sum of RGB (Red+Green+Blue) = 110+54+62=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E363E is #91C9C1. Grayscale: #474747. Windows color (decimal): -9554370 or 4077166. OLE color: 4077166.
HSL color Cylindrical-coordinate representation of color #6E363E: hue angle of 351.43º 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 #6E363E is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 54 | 62 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.57 |
| HSL | 351.43º | 0.34% | 0.32% | - |
| HSV(B) | 351.43º | 0.51% | 0.43% | - |
| XYZ | 8.62 | 6.3 | 5.32 | - |
| YUV | 71.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 62 | 0 | 0.51 | 0.44 | 0.57 | 351.43 | 0.34 | 0.32 |
| Hex | 6E | 36 | 3E | 0 | 33 | 2C | 39 | 15F | 22 | 20 |
| Octal | 156 | 66 | 76 | 0 | 63 | 54 | 71 | 537 | 42 | 40 |
| Binary | 1101110 | 110110 | 111110 | 0 | 110011 | 101100 | 111001 | 101011111 | 100010 | 100000 |
Color Harmonies of #6E363E
Complementary color
Monochromatic Colors of #6E363E
Black with #6E363E
Text Example
Text Example
White with #6E363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E363E; }
p { color: rgb(110,54,62); }
H1.HeaderClassName
{
color: #6E363E;
}
.AnyTagClassName
{
color: #6E363E;
}
</style>
background-color css
<style>
a { background-color: #6E363E; }
a { background-color: rgb(110,54,62); }
div.DivClassName
{
background-color: #6E363E;
}
.BgClassName
{
background-color: #6E363E;
}
</style>
border-color css
<style>
span { border-color: #6E363E; }
span { border-color: rgb(110,54,62); }
td.TdClassName
{
border-color: #6E363E;
}
.TagClassName
{
border-color: #6E363E;
}
</style>