Shades of Merlot #6D3338
Tints of Merlot #6D3338
RGB
CMYK
RGB Variations
Color information
#6D3338 (or 0x6D3338) is known color: Merlot. HEX triplet: 6D, 33 and 38. RGB value is (109,51,56). Sum of RGB (Red+Green+Blue) = 109+51+56=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3338 is #92CCC7. Grayscale: #444444. Windows color (decimal): -9620680 or 3683181. OLE color: 3683181.
HSL color Cylindrical-coordinate representation of color #6D3338: hue angle of 354.83º 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 #6D3338 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 51 | 56 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.57 |
| HSL | 354.83º | 0.36% | 0.31% | - |
| HSV(B) | 354.83º | 0.53% | 0.43% | - |
| XYZ | 8.2 | 5.9 | 4.45 | - |
| YUV | 68.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 56 | 0 | 0.53 | 0.49 | 0.57 | 354.83 | 0.36 | 0.31 |
| Hex | 6D | 33 | 38 | 0 | 35 | 31 | 39 | 163 | 24 | 1F |
| Octal | 155 | 63 | 70 | 0 | 65 | 61 | 71 | 543 | 44 | 37 |
| Binary | 1101101 | 110011 | 111000 | 0 | 110101 | 110001 | 111001 | 101100011 | 100100 | 11111 |
Color Harmonies of #6D3338
Complementary color
Monochromatic Colors of #6D3338
Black with #6D3338
Text Example
Text Example
White with #6D3338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3338; }
p { color: rgb(109,51,56); }
H1.HeaderClassName
{
color: #6D3338;
}
.AnyTagClassName
{
color: #6D3338;
}
</style>
background-color css
<style>
a { background-color: #6D3338; }
a { background-color: rgb(109,51,56); }
div.DivClassName
{
background-color: #6D3338;
}
.BgClassName
{
background-color: #6D3338;
}
</style>
border-color css
<style>
span { border-color: #6D3338; }
span { border-color: rgb(109,51,56); }
td.TdClassName
{
border-color: #6D3338;
}
.TagClassName
{
border-color: #6D3338;
}
</style>