Shades of Merlot #6C3641
Tints of Merlot #6C3641
RGB
CMYK
RGB Variations
Color information
#6C3641 (or 0x6C3641) is known color: Merlot. HEX triplet: 6C, 36 and 41. RGB value is (108,54,65). Sum of RGB (Red+Green+Blue) = 108+54+65=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3641 is #93C9BE. Grayscale: #474747. Windows color (decimal): -9685439 or 4273772. OLE color: 4273772.
HSL color Cylindrical-coordinate representation of color #6C3641: hue angle of 347.78º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C3641 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 54 | 65 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.58 |
| HSL | 347.78º | 0.33% | 0.32% | - |
| HSV(B) | 347.78º | 0.5% | 0.42% | - |
| XYZ | 8.46 | 6.21 | 5.75 | - |
| YUV | 71.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 65 | 0 | 0.50 | 0.40 | 0.58 | 347.78 | 0.33 | 0.32 |
| Hex | 6C | 36 | 41 | 0 | 32 | 28 | 3A | 15C | 21 | 20 |
| Octal | 154 | 66 | 101 | 0 | 62 | 50 | 72 | 534 | 41 | 40 |
| Binary | 1101100 | 110110 | 1000001 | 0 | 110010 | 101000 | 111010 | 101011100 | 100001 | 100000 |
Color Harmonies of #6C3641
Complementary color
Monochromatic Colors of #6C3641
Black with #6C3641
Text Example
Text Example
White with #6C3641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3641; }
p { color: rgb(108,54,65); }
H1.HeaderClassName
{
color: #6C3641;
}
.AnyTagClassName
{
color: #6C3641;
}
</style>
background-color css
<style>
a { background-color: #6C3641; }
a { background-color: rgb(108,54,65); }
div.DivClassName
{
background-color: #6C3641;
}
.BgClassName
{
background-color: #6C3641;
}
</style>
border-color css
<style>
span { border-color: #6C3641; }
span { border-color: rgb(108,54,65); }
td.TdClassName
{
border-color: #6C3641;
}
.TagClassName
{
border-color: #6C3641;
}
</style>