Shades of Merlot #6A3334
Tints of Merlot #6A3334
RGB
CMYK
RGB Variations
Color information
#6A3334 (or 0x6A3334) is known color: Merlot. HEX triplet: 6A, 33 and 34. RGB value is (106,51,52). Sum of RGB (Red+Green+Blue) = 106+51+52=209 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.72% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3334 is #95CCCB. Grayscale: #434343. Windows color (decimal): -9817292 or 3421034. OLE color: 3421034.
HSL color Cylindrical-coordinate representation of color #6A3334: hue angle of 358.91º 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 #6A3334 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 51 | 52 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.58 |
| HSL | 358.91º | 0.35% | 0.31% | - |
| HSV(B) | 358.91º | 0.52% | 0.42% | - |
| XYZ | 7.75 | 5.68 | 3.94 | - |
| YUV | 67.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 51 | 52 | 0 | 0.52 | 0.51 | 0.58 | 358.91 | 0.35 | 0.31 |
| Hex | 6A | 33 | 34 | 0 | 34 | 33 | 3A | 167 | 23 | 1F |
| Octal | 152 | 63 | 64 | 0 | 64 | 63 | 72 | 547 | 43 | 37 |
| Binary | 1101010 | 110011 | 110100 | 0 | 110100 | 110011 | 111010 | 101100111 | 100011 | 11111 |
Color Harmonies of #6A3334
Complementary color
Monochromatic Colors of #6A3334
Black with #6A3334
Text Example
Text Example
White with #6A3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3334; }
p { color: rgb(106,51,52); }
H1.HeaderClassName
{
color: #6A3334;
}
.AnyTagClassName
{
color: #6A3334;
}
</style>
background-color css
<style>
a { background-color: #6A3334; }
a { background-color: rgb(106,51,52); }
div.DivClassName
{
background-color: #6A3334;
}
.BgClassName
{
background-color: #6A3334;
}
</style>
border-color css
<style>
span { border-color: #6A3334; }
span { border-color: rgb(106,51,52); }
td.TdClassName
{
border-color: #6A3334;
}
.TagClassName
{
border-color: #6A3334;
}
</style>