Shades of Merlot #6E323C
Tints of Merlot #6E323C
RGB
CMYK
RGB Variations
Color information
#6E323C (or 0x6E323C) is known color: Merlot. HEX triplet: 6E, 32 and 3C. RGB value is (110,50,60). Sum of RGB (Red+Green+Blue) = 110+50+60=220 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 110 - color contains mainly: red. Hex color #6E323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E323C is #91CDC3. Grayscale: #454545. Windows color (decimal): -9555396 or 3945070. OLE color: 3945070.
HSL color Cylindrical-coordinate representation of color #6E323C: hue angle of 350º 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 #6E323C is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 50 | 60 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.57 |
| HSL | 350º | 0.38% | 0.31% | - |
| HSV(B) | 350º | 0.55% | 0.43% | - |
| XYZ | 8.39 | 5.92 | 4.98 | - |
| YUV | 69.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 60 | 0 | 0.55 | 0.45 | 0.57 | 350 | 0.38 | 0.31 |
| Hex | 6E | 32 | 3C | 0 | 37 | 2D | 39 | 15E | 26 | 1F |
| Octal | 156 | 62 | 74 | 0 | 67 | 55 | 71 | 536 | 46 | 37 |
| Binary | 1101110 | 110010 | 111100 | 0 | 110111 | 101101 | 111001 | 101011110 | 100110 | 11111 |
Color Harmonies of #6E323C
Complementary color
Monochromatic Colors of #6E323C
Black with #6E323C
Text Example
Text Example
White with #6E323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E323C; }
p { color: rgb(110,50,60); }
H1.HeaderClassName
{
color: #6E323C;
}
.AnyTagClassName
{
color: #6E323C;
}
</style>
background-color css
<style>
a { background-color: #6E323C; }
a { background-color: rgb(110,50,60); }
div.DivClassName
{
background-color: #6E323C;
}
.BgClassName
{
background-color: #6E323C;
}
</style>
border-color css
<style>
span { border-color: #6E323C; }
span { border-color: rgb(110,50,60); }
td.TdClassName
{
border-color: #6E323C;
}
.TagClassName
{
border-color: #6E323C;
}
</style>