Shades of Merlot #6E323D
Tints of Merlot #6E323D
RGB
CMYK
RGB Variations
Color information
#6E323D (or 0x6E323D) is known color: Merlot. HEX triplet: 6E, 32 and 3D. RGB value is (110,50,61). Sum of RGB (Red+Green+Blue) = 110+50+61=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E323D is #91CDC2. Grayscale: #454545. Windows color (decimal): -9555395 or 4010606. OLE color: 4010606.
HSL color Cylindrical-coordinate representation of color #6E323D: hue angle of 349º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E323D is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 50 | 61 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.57 |
| HSL | 349º | 0.38% | 0.31% | - |
| HSV(B) | 349º | 0.55% | 0.43% | - |
| XYZ | 8.41 | 5.93 | 5.12 | - |
| YUV | 69.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 61 | 0 | 0.55 | 0.45 | 0.57 | 349 | 0.38 | 0.31 |
| Hex | 6E | 32 | 3D | 0 | 37 | 2D | 39 | 15D | 26 | 1F |
| Octal | 156 | 62 | 75 | 0 | 67 | 55 | 71 | 535 | 46 | 37 |
| Binary | 1101110 | 110010 | 111101 | 0 | 110111 | 101101 | 111001 | 101011101 | 100110 | 11111 |
Color Harmonies of #6E323D
Complementary color
Monochromatic Colors of #6E323D
Black with #6E323D
Text Example
Text Example
White with #6E323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E323D; }
p { color: rgb(110,50,61); }
H1.HeaderClassName
{
color: #6E323D;
}
.AnyTagClassName
{
color: #6E323D;
}
</style>
background-color css
<style>
a { background-color: #6E323D; }
a { background-color: rgb(110,50,61); }
div.DivClassName
{
background-color: #6E323D;
}
.BgClassName
{
background-color: #6E323D;
}
</style>
border-color css
<style>
span { border-color: #6E323D; }
span { border-color: rgb(110,50,61); }
td.TdClassName
{
border-color: #6E323D;
}
.TagClassName
{
border-color: #6E323D;
}
</style>