Shades of Merlot #6E363F
Tints of Merlot #6E363F
RGB
CMYK
RGB Variations
Color information
#6E363F (or 0x6E363F) is known color: Merlot. HEX triplet: 6E, 36 and 3F. RGB value is (110,54,63). Sum of RGB (Red+Green+Blue) = 110+54+63=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E363F is #91C9C0. Grayscale: #474747. Windows color (decimal): -9554369 or 4142702. OLE color: 4142702.
HSL color Cylindrical-coordinate representation of color #6E363F: hue angle of 350.36º 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 #6E363F is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 54 | 63 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.57 |
| HSL | 350.36º | 0.34% | 0.32% | - |
| HSV(B) | 350.36º | 0.51% | 0.43% | - |
| XYZ | 8.65 | 6.31 | 5.47 | - |
| YUV | 71.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 63 | 0 | 0.51 | 0.43 | 0.57 | 350.36 | 0.34 | 0.32 |
| Hex | 6E | 36 | 3F | 0 | 33 | 2B | 39 | 15E | 22 | 20 |
| Octal | 156 | 66 | 77 | 0 | 63 | 53 | 71 | 536 | 42 | 40 |
| Binary | 1101110 | 110110 | 111111 | 0 | 110011 | 101011 | 111001 | 101011110 | 100010 | 100000 |
Color Harmonies of #6E363F
Complementary color
Monochromatic Colors of #6E363F
Black with #6E363F
Text Example
Text Example
White with #6E363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E363F; }
p { color: rgb(110,54,63); }
H1.HeaderClassName
{
color: #6E363F;
}
.AnyTagClassName
{
color: #6E363F;
}
</style>
background-color css
<style>
a { background-color: #6E363F; }
a { background-color: rgb(110,54,63); }
div.DivClassName
{
background-color: #6E363F;
}
.BgClassName
{
background-color: #6E363F;
}
</style>
border-color css
<style>
span { border-color: #6E363F; }
span { border-color: rgb(110,54,63); }
td.TdClassName
{
border-color: #6E363F;
}
.TagClassName
{
border-color: #6E363F;
}
</style>