Shades of Merlot #6D363F
Tints of Merlot #6D363F
RGB
CMYK
RGB Variations
Color information
#6D363F (or 0x6D363F) is known color: Merlot. HEX triplet: 6D, 36 and 3F. RGB value is (109,54,63). Sum of RGB (Red+Green+Blue) = 109+54+63=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D363F is #92C9C0. Grayscale: #474747. Windows color (decimal): -9619905 or 4142701. OLE color: 4142701.
HSL color Cylindrical-coordinate representation of color #6D363F: hue angle of 350.18º 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 #6D363F is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 54 | 63 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.57 |
| HSL | 350.18º | 0.34% | 0.32% | - |
| HSV(B) | 350.18º | 0.5% | 0.43% | - |
| XYZ | 8.52 | 6.25 | 5.46 | - |
| YUV | 71.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 63 | 0 | 0.50 | 0.42 | 0.57 | 350.18 | 0.34 | 0.32 |
| Hex | 6D | 36 | 3F | 0 | 32 | 2A | 39 | 15E | 22 | 20 |
| Octal | 155 | 66 | 77 | 0 | 62 | 52 | 71 | 536 | 42 | 40 |
| Binary | 1101101 | 110110 | 111111 | 0 | 110010 | 101010 | 111001 | 101011110 | 100010 | 100000 |
Color Harmonies of #6D363F
Complementary color
Monochromatic Colors of #6D363F
Black with #6D363F
Text Example
Text Example
White with #6D363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D363F; }
p { color: rgb(109,54,63); }
H1.HeaderClassName
{
color: #6D363F;
}
.AnyTagClassName
{
color: #6D363F;
}
</style>
background-color css
<style>
a { background-color: #6D363F; }
a { background-color: rgb(109,54,63); }
div.DivClassName
{
background-color: #6D363F;
}
.BgClassName
{
background-color: #6D363F;
}
</style>
border-color css
<style>
span { border-color: #6D363F; }
span { border-color: rgb(109,54,63); }
td.TdClassName
{
border-color: #6D363F;
}
.TagClassName
{
border-color: #6D363F;
}
</style>