Shades of Merlot #6D333F
Tints of Merlot #6D333F
RGB
CMYK
RGB Variations
Color information
#6D333F (or 0x6D333F) is known color: Merlot. HEX triplet: 6D, 33 and 3F. RGB value is (109,51,63). Sum of RGB (Red+Green+Blue) = 109+51+63=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D333F is #92CCC0. Grayscale: #454545. Windows color (decimal): -9620673 or 4141933. OLE color: 4141933.
HSL color Cylindrical-coordinate representation of color #6D333F: hue angle of 347.59º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D333F is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 51 | 63 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.57 |
| HSL | 347.59º | 0.36% | 0.31% | - |
| HSV(B) | 347.59º | 0.53% | 0.43% | - |
| XYZ | 8.39 | 5.98 | 5.41 | - |
| YUV | 69.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 63 | 0 | 0.53 | 0.42 | 0.57 | 347.59 | 0.36 | 0.31 |
| Hex | 6D | 33 | 3F | 0 | 35 | 2A | 39 | 15C | 24 | 1F |
| Octal | 155 | 63 | 77 | 0 | 65 | 52 | 71 | 534 | 44 | 37 |
| Binary | 1101101 | 110011 | 111111 | 0 | 110101 | 101010 | 111001 | 101011100 | 100100 | 11111 |
Color Harmonies of #6D333F
Complementary color
Monochromatic Colors of #6D333F
Black with #6D333F
Text Example
Text Example
White with #6D333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D333F; }
p { color: rgb(109,51,63); }
H1.HeaderClassName
{
color: #6D333F;
}
.AnyTagClassName
{
color: #6D333F;
}
</style>
background-color css
<style>
a { background-color: #6D333F; }
a { background-color: rgb(109,51,63); }
div.DivClassName
{
background-color: #6D333F;
}
.BgClassName
{
background-color: #6D333F;
}
</style>
border-color css
<style>
span { border-color: #6D333F; }
span { border-color: rgb(109,51,63); }
td.TdClassName
{
border-color: #6D333F;
}
.TagClassName
{
border-color: #6D333F;
}
</style>