Shades of Merlot #6E393A
Tints of Merlot #6E393A
RGB
CMYK
RGB Variations
Color information
#6E393A (or 0x6E393A) is known color: Merlot. HEX triplet: 6E, 39 and 3A. RGB value is (110,57,58). Sum of RGB (Red+Green+Blue) = 110+57+58=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E393A is #91C6C5. Grayscale: #494949. Windows color (decimal): -9553606 or 3815790. OLE color: 3815790.
HSL color Cylindrical-coordinate representation of color #6E393A: hue angle of 358.87º 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 #6E393A is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 57 | 58 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.57 |
| HSL | 358.87º | 0.32% | 0.33% | - |
| HSV(B) | 358.87º | 0.48% | 0.43% | - |
| XYZ | 8.66 | 6.55 | 4.81 | - |
| YUV | 72.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 57 | 58 | 0 | 0.48 | 0.47 | 0.57 | 358.87 | 0.32 | 0.33 |
| Hex | 6E | 39 | 3A | 0 | 30 | 2F | 39 | 167 | 20 | 21 |
| Octal | 156 | 71 | 72 | 0 | 60 | 57 | 71 | 547 | 40 | 41 |
| Binary | 1101110 | 111001 | 111010 | 0 | 110000 | 101111 | 111001 | 101100111 | 100000 | 100001 |
Color Harmonies of #6E393A
Complementary color
Monochromatic Colors of #6E393A
Black with #6E393A
Text Example
Text Example
White with #6E393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E393A; }
p { color: rgb(110,57,58); }
H1.HeaderClassName
{
color: #6E393A;
}
.AnyTagClassName
{
color: #6E393A;
}
</style>
background-color css
<style>
a { background-color: #6E393A; }
a { background-color: rgb(110,57,58); }
div.DivClassName
{
background-color: #6E393A;
}
.BgClassName
{
background-color: #6E393A;
}
</style>
border-color css
<style>
span { border-color: #6E393A; }
span { border-color: rgb(110,57,58); }
td.TdClassName
{
border-color: #6E393A;
}
.TagClassName
{
border-color: #6E393A;
}
</style>