Shades of Merlot #6E393F
Tints of Merlot #6E393F
RGB
CMYK
RGB Variations
Color information
#6E393F (or 0x6E393F) is known color: Merlot. HEX triplet: 6E, 39 and 3F. RGB value is (110,57,63). Sum of RGB (Red+Green+Blue) = 110+57+63=230 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.83% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 110 - color contains mainly: red. Hex color #6E393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E393F is #91C6C0. Grayscale: #494949. Windows color (decimal): -9553601 or 4143470. OLE color: 4143470.
HSL color Cylindrical-coordinate representation of color #6E393F: hue angle of 353.21º 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 #6E393F is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 57 | 63 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.57 |
| HSL | 353.21º | 0.32% | 0.33% | - |
| HSV(B) | 353.21º | 0.48% | 0.43% | - |
| XYZ | 8.79 | 6.6 | 5.51 | - |
| YUV | 73.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 57 | 63 | 0 | 0.48 | 0.43 | 0.57 | 353.21 | 0.32 | 0.33 |
| Hex | 6E | 39 | 3F | 0 | 30 | 2B | 39 | 161 | 20 | 21 |
| Octal | 156 | 71 | 77 | 0 | 60 | 53 | 71 | 541 | 40 | 41 |
| Binary | 1101110 | 111001 | 111111 | 0 | 110000 | 101011 | 111001 | 101100001 | 100000 | 100001 |
Color Harmonies of #6E393F
Complementary color
Monochromatic Colors of #6E393F
Black with #6E393F
Text Example
Text Example
White with #6E393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E393F; }
p { color: rgb(110,57,63); }
H1.HeaderClassName
{
color: #6E393F;
}
.AnyTagClassName
{
color: #6E393F;
}
</style>
background-color css
<style>
a { background-color: #6E393F; }
a { background-color: rgb(110,57,63); }
div.DivClassName
{
background-color: #6E393F;
}
.BgClassName
{
background-color: #6E393F;
}
</style>
border-color css
<style>
span { border-color: #6E393F; }
span { border-color: rgb(110,57,63); }
td.TdClassName
{
border-color: #6E393F;
}
.TagClassName
{
border-color: #6E393F;
}
</style>