Shades of Merlot #6C343E
Tints of Merlot #6C343E
RGB
CMYK
RGB Variations
Color information
#6C343E (or 0x6C343E) is known color: Merlot. HEX triplet: 6C, 34 and 3E. RGB value is (108,52,62). Sum of RGB (Red+Green+Blue) = 108+52+62=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 108 - color contains mainly: red. Hex color #6C343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C343E is #93CBC1. Grayscale: #454545. Windows color (decimal): -9685954 or 4076652. OLE color: 4076652.
HSL color Cylindrical-coordinate representation of color #6C343E: hue angle of 349.29º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C343E is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 52 | 62 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.58 |
| HSL | 349.29º | 0.35% | 0.31% | - |
| HSV(B) | 349.29º | 0.52% | 0.42% | - |
| XYZ | 8.28 | 5.99 | 5.28 | - |
| YUV | 69.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 62 | 0 | 0.52 | 0.43 | 0.58 | 349.29 | 0.35 | 0.31 |
| Hex | 6C | 34 | 3E | 0 | 34 | 2B | 3A | 15D | 23 | 1F |
| Octal | 154 | 64 | 76 | 0 | 64 | 53 | 72 | 535 | 43 | 37 |
| Binary | 1101100 | 110100 | 111110 | 0 | 110100 | 101011 | 111010 | 101011101 | 100011 | 11111 |
Color Harmonies of #6C343E
Complementary color
Monochromatic Colors of #6C343E
Black with #6C343E
Text Example
Text Example
White with #6C343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C343E; }
p { color: rgb(108,52,62); }
H1.HeaderClassName
{
color: #6C343E;
}
.AnyTagClassName
{
color: #6C343E;
}
</style>
background-color css
<style>
a { background-color: #6C343E; }
a { background-color: rgb(108,52,62); }
div.DivClassName
{
background-color: #6C343E;
}
.BgClassName
{
background-color: #6C343E;
}
</style>
border-color css
<style>
span { border-color: #6C343E; }
span { border-color: rgb(108,52,62); }
td.TdClassName
{
border-color: #6C343E;
}
.TagClassName
{
border-color: #6C343E;
}
</style>