Shades of Merlot #6D3339
Tints of Merlot #6D3339
RGB
CMYK
RGB Variations
Color information
#6D3339 (or 0x6D3339) is known color: Merlot. HEX triplet: 6D, 33 and 39. RGB value is (109,51,57). Sum of RGB (Red+Green+Blue) = 109+51+57=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3339 is #92CCC6. Grayscale: #454545. Windows color (decimal): -9620679 or 3748717. OLE color: 3748717.
HSL color Cylindrical-coordinate representation of color #6D3339: hue angle of 353.79º 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 #6D3339 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 51 | 57 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.57 |
| HSL | 353.79º | 0.36% | 0.31% | - |
| HSV(B) | 353.79º | 0.53% | 0.43% | - |
| XYZ | 8.23 | 5.91 | 4.58 | - |
| YUV | 69.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 57 | 0 | 0.53 | 0.48 | 0.57 | 353.79 | 0.36 | 0.31 |
| Hex | 6D | 33 | 39 | 0 | 35 | 30 | 39 | 162 | 24 | 1F |
| Octal | 155 | 63 | 71 | 0 | 65 | 60 | 71 | 542 | 44 | 37 |
| Binary | 1101101 | 110011 | 111001 | 0 | 110101 | 110000 | 111001 | 101100010 | 100100 | 11111 |
Color Harmonies of #6D3339
Complementary color
Monochromatic Colors of #6D3339
Black with #6D3339
Text Example
Text Example
White with #6D3339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3339; }
p { color: rgb(109,51,57); }
H1.HeaderClassName
{
color: #6D3339;
}
.AnyTagClassName
{
color: #6D3339;
}
</style>
background-color css
<style>
a { background-color: #6D3339; }
a { background-color: rgb(109,51,57); }
div.DivClassName
{
background-color: #6D3339;
}
.BgClassName
{
background-color: #6D3339;
}
</style>
border-color css
<style>
span { border-color: #6D3339; }
span { border-color: rgb(109,51,57); }
td.TdClassName
{
border-color: #6D3339;
}
.TagClassName
{
border-color: #6D3339;
}
</style>