Shades of Merlot #6E393E
Tints of Merlot #6E393E
RGB
CMYK
RGB Variations
Color information
#6E393E (or 0x6E393E) is known color: Merlot. HEX triplet: 6E, 39 and 3E. RGB value is (110,57,62). Sum of RGB (Red+Green+Blue) = 110+57+62=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E393E is #91C6C1. Grayscale: #494949. Windows color (decimal): -9553602 or 4077934. OLE color: 4077934.
HSL color Cylindrical-coordinate representation of color #6E393E: hue angle of 354.34º degrees, saturation: 0.32, 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 #6E393E is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 57 | 62 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.57 |
| HSL | 354.34º | 0.32% | 0.33% | - |
| HSV(B) | 354.34º | 0.48% | 0.43% | - |
| XYZ | 8.76 | 6.59 | 5.37 | - |
| YUV | 73.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 57 | 62 | 0 | 0.48 | 0.44 | 0.57 | 354.34 | 0.32 | 0.33 |
| Hex | 6E | 39 | 3E | 0 | 30 | 2C | 39 | 162 | 20 | 21 |
| Octal | 156 | 71 | 76 | 0 | 60 | 54 | 71 | 542 | 40 | 41 |
| Binary | 1101110 | 111001 | 111110 | 0 | 110000 | 101100 | 111001 | 101100010 | 100000 | 100001 |
Color Harmonies of #6E393E
Complementary color
Monochromatic Colors of #6E393E
Black with #6E393E
Text Example
Text Example
White with #6E393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E393E; }
p { color: rgb(110,57,62); }
H1.HeaderClassName
{
color: #6E393E;
}
.AnyTagClassName
{
color: #6E393E;
}
</style>
background-color css
<style>
a { background-color: #6E393E; }
a { background-color: rgb(110,57,62); }
div.DivClassName
{
background-color: #6E393E;
}
.BgClassName
{
background-color: #6E393E;
}
</style>
border-color css
<style>
span { border-color: #6E393E; }
span { border-color: rgb(110,57,62); }
td.TdClassName
{
border-color: #6E393E;
}
.TagClassName
{
border-color: #6E393E;
}
</style>