Shades of Merlot #6E393D
Tints of Merlot #6E393D
RGB
CMYK
RGB Variations
Color information
#6E393D (or 0x6E393D) is known color: Merlot. HEX triplet: 6E, 39 and 3D. RGB value is (110,57,61). Sum of RGB (Red+Green+Blue) = 110+57+61=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 110 - color contains mainly: red. Hex color #6E393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E393D is #91C6C2. Grayscale: #494949. Windows color (decimal): -9553603 or 4012398. OLE color: 4012398.
HSL color Cylindrical-coordinate representation of color #6E393D: hue angle of 355.47º 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 #6E393D is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 57 | 61 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.57 |
| HSL | 355.47º | 0.32% | 0.33% | - |
| HSV(B) | 355.47º | 0.48% | 0.43% | - |
| XYZ | 8.74 | 6.58 | 5.22 | - |
| YUV | 73.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 57 | 61 | 0 | 0.48 | 0.45 | 0.57 | 355.47 | 0.32 | 0.33 |
| Hex | 6E | 39 | 3D | 0 | 30 | 2D | 39 | 163 | 20 | 21 |
| Octal | 156 | 71 | 75 | 0 | 60 | 55 | 71 | 543 | 40 | 41 |
| Binary | 1101110 | 111001 | 111101 | 0 | 110000 | 101101 | 111001 | 101100011 | 100000 | 100001 |
Color Harmonies of #6E393D
Complementary color
Monochromatic Colors of #6E393D
Black with #6E393D
Text Example
Text Example
White with #6E393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E393D; }
p { color: rgb(110,57,61); }
H1.HeaderClassName
{
color: #6E393D;
}
.AnyTagClassName
{
color: #6E393D;
}
</style>
background-color css
<style>
a { background-color: #6E393D; }
a { background-color: rgb(110,57,61); }
div.DivClassName
{
background-color: #6E393D;
}
.BgClassName
{
background-color: #6E393D;
}
</style>
border-color css
<style>
span { border-color: #6E393D; }
span { border-color: rgb(110,57,61); }
td.TdClassName
{
border-color: #6E393D;
}
.TagClassName
{
border-color: #6E393D;
}
</style>