Shades of Merlot #6C353D
Tints of Merlot #6C353D
RGB
CMYK
RGB Variations
Color information
#6C353D (or 0x6C353D) is known color: Merlot. HEX triplet: 6C, 35 and 3D. RGB value is (108,53,61). Sum of RGB (Red+Green+Blue) = 108+53+61=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 108 - color contains mainly: red. Hex color #6C353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C353D is #93CAC2. Grayscale: #464646. Windows color (decimal): -9685699 or 4011372. OLE color: 4011372.
HSL color Cylindrical-coordinate representation of color #6C353D: hue angle of 351.27º 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 #6C353D is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 53 | 61 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.58 |
| HSL | 351.27º | 0.34% | 0.32% | - |
| HSV(B) | 351.27º | 0.51% | 0.42% | - |
| XYZ | 8.3 | 6.07 | 5.15 | - |
| YUV | 70.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 61 | 0 | 0.51 | 0.44 | 0.58 | 351.27 | 0.34 | 0.32 |
| Hex | 6C | 35 | 3D | 0 | 33 | 2C | 3A | 15F | 22 | 20 |
| Octal | 154 | 65 | 75 | 0 | 63 | 54 | 72 | 537 | 42 | 40 |
| Binary | 1101100 | 110101 | 111101 | 0 | 110011 | 101100 | 111010 | 101011111 | 100010 | 100000 |
Color Harmonies of #6C353D
Complementary color
Monochromatic Colors of #6C353D
Black with #6C353D
Text Example
Text Example
White with #6C353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C353D; }
p { color: rgb(108,53,61); }
H1.HeaderClassName
{
color: #6C353D;
}
.AnyTagClassName
{
color: #6C353D;
}
</style>
background-color css
<style>
a { background-color: #6C353D; }
a { background-color: rgb(108,53,61); }
div.DivClassName
{
background-color: #6C353D;
}
.BgClassName
{
background-color: #6C353D;
}
</style>
border-color css
<style>
span { border-color: #6C353D; }
span { border-color: rgb(108,53,61); }
td.TdClassName
{
border-color: #6C353D;
}
.TagClassName
{
border-color: #6C353D;
}
</style>