Shades of Merlot #6E3238
Tints of Merlot #6E3238
RGB
CMYK
RGB Variations
Color information
#6E3238 (or 0x6E3238) is known color: Merlot. HEX triplet: 6E, 32 and 38. RGB value is (110,50,56). Sum of RGB (Red+Green+Blue) = 110+50+56=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3238 is #91CDC7. Grayscale: #444444. Windows color (decimal): -9555400 or 3682926. OLE color: 3682926.
HSL color Cylindrical-coordinate representation of color #6E3238: hue angle of 354º 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 #6E3238 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 50 | 56 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.57 |
| HSL | 354º | 0.38% | 0.31% | - |
| HSV(B) | 354º | 0.55% | 0.43% | - |
| XYZ | 8.28 | 5.88 | 4.44 | - |
| YUV | 68.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 56 | 0 | 0.55 | 0.49 | 0.57 | 354 | 0.38 | 0.31 |
| Hex | 6E | 32 | 38 | 0 | 37 | 31 | 39 | 162 | 26 | 1F |
| Octal | 156 | 62 | 70 | 0 | 67 | 61 | 71 | 542 | 46 | 37 |
| Binary | 1101110 | 110010 | 111000 | 0 | 110111 | 110001 | 111001 | 101100010 | 100110 | 11111 |
Color Harmonies of #6E3238
Complementary color
Monochromatic Colors of #6E3238
Black with #6E3238
Text Example
Text Example
White with #6E3238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3238; }
p { color: rgb(110,50,56); }
H1.HeaderClassName
{
color: #6E3238;
}
.AnyTagClassName
{
color: #6E3238;
}
</style>
background-color css
<style>
a { background-color: #6E3238; }
a { background-color: rgb(110,50,56); }
div.DivClassName
{
background-color: #6E3238;
}
.BgClassName
{
background-color: #6E3238;
}
</style>
border-color css
<style>
span { border-color: #6E3238; }
span { border-color: rgb(110,50,56); }
td.TdClassName
{
border-color: #6E3238;
}
.TagClassName
{
border-color: #6E3238;
}
</style>