Shades of Merlot #6E3236
Tints of Merlot #6E3236
RGB
CMYK
RGB Variations
Color information
#6E3236 (or 0x6E3236) is known color: Merlot. HEX triplet: 6E, 32 and 36. RGB value is (110,50,54). Sum of RGB (Red+Green+Blue) = 110+50+54=214 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.40% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3236 is #91CDC9. Grayscale: #444444. Windows color (decimal): -9555402 or 3551854. OLE color: 3551854.
HSL color Cylindrical-coordinate representation of color #6E3236: hue angle of 356º 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 #6E3236 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 50 | 54 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.57 |
| HSL | 356º | 0.38% | 0.31% | - |
| HSV(B) | 356º | 0.55% | 0.43% | - |
| XYZ | 8.24 | 5.86 | 4.19 | - |
| YUV | 68.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 54 | 0 | 0.55 | 0.51 | 0.57 | 356 | 0.38 | 0.31 |
| Hex | 6E | 32 | 36 | 0 | 37 | 33 | 39 | 164 | 26 | 1F |
| Octal | 156 | 62 | 66 | 0 | 67 | 63 | 71 | 544 | 46 | 37 |
| Binary | 1101110 | 110010 | 110110 | 0 | 110111 | 110011 | 111001 | 101100100 | 100110 | 11111 |
Color Harmonies of #6E3236
Complementary color
Monochromatic Colors of #6E3236
Black with #6E3236
Text Example
Text Example
White with #6E3236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3236; }
p { color: rgb(110,50,54); }
H1.HeaderClassName
{
color: #6E3236;
}
.AnyTagClassName
{
color: #6E3236;
}
</style>
background-color css
<style>
a { background-color: #6E3236; }
a { background-color: rgb(110,50,54); }
div.DivClassName
{
background-color: #6E3236;
}
.BgClassName
{
background-color: #6E3236;
}
</style>
border-color css
<style>
span { border-color: #6E3236; }
span { border-color: rgb(110,50,54); }
td.TdClassName
{
border-color: #6E3236;
}
.TagClassName
{
border-color: #6E3236;
}
</style>