Shades of Merlot #6C353E
Tints of Merlot #6C353E
RGB
CMYK
RGB Variations
Color information
#6C353E (or 0x6C353E) is known color: Merlot. HEX triplet: 6C, 35 and 3E. RGB value is (108,53,62). Sum of RGB (Red+Green+Blue) = 108+53+62=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 108 - color contains mainly: red. Hex color #6C353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C353E is #93CAC1. Grayscale: #464646. Windows color (decimal): -9685698 or 4076908. OLE color: 4076908.
HSL color Cylindrical-coordinate representation of color #6C353E: hue angle of 350.18º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C353E is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 53 | 62 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.58 |
| HSL | 350.18º | 0.34% | 0.32% | - |
| HSV(B) | 350.18º | 0.51% | 0.42% | - |
| XYZ | 8.33 | 6.08 | 5.29 | - |
| YUV | 70.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 62 | 0 | 0.51 | 0.43 | 0.58 | 350.18 | 0.34 | 0.32 |
| Hex | 6C | 35 | 3E | 0 | 33 | 2B | 3A | 15E | 22 | 20 |
| Octal | 154 | 65 | 76 | 0 | 63 | 53 | 72 | 536 | 42 | 40 |
| Binary | 1101100 | 110101 | 111110 | 0 | 110011 | 101011 | 111010 | 101011110 | 100010 | 100000 |
Color Harmonies of #6C353E
Complementary color
Monochromatic Colors of #6C353E
Black with #6C353E
Text Example
Text Example
White with #6C353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C353E; }
p { color: rgb(108,53,62); }
H1.HeaderClassName
{
color: #6C353E;
}
.AnyTagClassName
{
color: #6C353E;
}
</style>
background-color css
<style>
a { background-color: #6C353E; }
a { background-color: rgb(108,53,62); }
div.DivClassName
{
background-color: #6C353E;
}
.BgClassName
{
background-color: #6C353E;
}
</style>
border-color css
<style>
span { border-color: #6C353E; }
span { border-color: rgb(108,53,62); }
td.TdClassName
{
border-color: #6C353E;
}
.TagClassName
{
border-color: #6C353E;
}
</style>