Shades of Merlot #6A343A
Tints of Merlot #6A343A
RGB
CMYK
RGB Variations
Color information
#6A343A (or 0x6A343A) is known color: Merlot. HEX triplet: 6A, 34 and 3A. RGB value is (106,52,58). Sum of RGB (Red+Green+Blue) = 106+52+58=216 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.07% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 106 - color contains mainly: red. Hex color #6A343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A343A is #95CBC5. Grayscale: #444444. Windows color (decimal): -9817030 or 3814506. OLE color: 3814506.
HSL color Cylindrical-coordinate representation of color #6A343A: hue angle of 353.33º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A343A is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 52 | 58 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.58 |
| HSL | 353.33º | 0.34% | 0.31% | - |
| HSV(B) | 353.33º | 0.51% | 0.42% | - |
| XYZ | 7.94 | 5.83 | 4.71 | - |
| YUV | 68.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 52 | 58 | 0 | 0.51 | 0.45 | 0.58 | 353.33 | 0.34 | 0.31 |
| Hex | 6A | 34 | 3A | 0 | 33 | 2D | 3A | 161 | 22 | 1F |
| Octal | 152 | 64 | 72 | 0 | 63 | 55 | 72 | 541 | 42 | 37 |
| Binary | 1101010 | 110100 | 111010 | 0 | 110011 | 101101 | 111010 | 101100001 | 100010 | 11111 |
Color Harmonies of #6A343A
Complementary color
Monochromatic Colors of #6A343A
Black with #6A343A
Text Example
Text Example
White with #6A343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A343A; }
p { color: rgb(106,52,58); }
H1.HeaderClassName
{
color: #6A343A;
}
.AnyTagClassName
{
color: #6A343A;
}
</style>
background-color css
<style>
a { background-color: #6A343A; }
a { background-color: rgb(106,52,58); }
div.DivClassName
{
background-color: #6A343A;
}
.BgClassName
{
background-color: #6A343A;
}
</style>
border-color css
<style>
span { border-color: #6A343A; }
span { border-color: rgb(106,52,58); }
td.TdClassName
{
border-color: #6A343A;
}
.TagClassName
{
border-color: #6A343A;
}
</style>