Shades of Merlot #6D363E
Tints of Merlot #6D363E
RGB
CMYK
RGB Variations
Color information
#6D363E (or 0x6D363E) is known color: Merlot. HEX triplet: 6D, 36 and 3E. RGB value is (109,54,62). Sum of RGB (Red+Green+Blue) = 109+54+62=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D363E is #92C9C1. Grayscale: #474747. Windows color (decimal): -9619906 or 4077165. OLE color: 4077165.
HSL color Cylindrical-coordinate representation of color #6D363E: hue angle of 351.27º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D363E is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 54 | 62 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.57 |
| HSL | 351.27º | 0.34% | 0.32% | - |
| HSV(B) | 351.27º | 0.5% | 0.43% | - |
| XYZ | 8.5 | 6.24 | 5.31 | - |
| YUV | 71.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 62 | 0 | 0.50 | 0.43 | 0.57 | 351.27 | 0.34 | 0.32 |
| Hex | 6D | 36 | 3E | 0 | 32 | 2B | 39 | 15F | 22 | 20 |
| Octal | 155 | 66 | 76 | 0 | 62 | 53 | 71 | 537 | 42 | 40 |
| Binary | 1101101 | 110110 | 111110 | 0 | 110010 | 101011 | 111001 | 101011111 | 100010 | 100000 |
Color Harmonies of #6D363E
Complementary color
Monochromatic Colors of #6D363E
Black with #6D363E
Text Example
Text Example
White with #6D363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D363E; }
p { color: rgb(109,54,62); }
H1.HeaderClassName
{
color: #6D363E;
}
.AnyTagClassName
{
color: #6D363E;
}
</style>
background-color css
<style>
a { background-color: #6D363E; }
a { background-color: rgb(109,54,62); }
div.DivClassName
{
background-color: #6D363E;
}
.BgClassName
{
background-color: #6D363E;
}
</style>
border-color css
<style>
span { border-color: #6D363E; }
span { border-color: rgb(109,54,62); }
td.TdClassName
{
border-color: #6D363E;
}
.TagClassName
{
border-color: #6D363E;
}
</style>