Shades of Merlot #6A363E
Tints of Merlot #6A363E
RGB
CMYK
RGB Variations
Color information
#6A363E (or 0x6A363E) is known color: Merlot. HEX triplet: 6A, 36 and 3E. RGB value is (106,54,62). Sum of RGB (Red+Green+Blue) = 106+54+62=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 106 - color contains mainly: red. Hex color #6A363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A363E is #95C9C1. Grayscale: #464646. Windows color (decimal): -9816514 or 4077162. OLE color: 4077162.
HSL color Cylindrical-coordinate representation of color #6A363E: hue angle of 350.77º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A363E is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 54 | 62 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.58 |
| HSL | 350.77º | 0.33% | 0.31% | - |
| HSV(B) | 350.77º | 0.49% | 0.42% | - |
| XYZ | 8.13 | 6.05 | 5.3 | - |
| YUV | 70.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 54 | 62 | 0 | 0.49 | 0.42 | 0.58 | 350.77 | 0.33 | 0.31 |
| Hex | 6A | 36 | 3E | 0 | 31 | 2A | 3A | 15F | 20 | 1F |
| Octal | 152 | 66 | 76 | 0 | 61 | 52 | 72 | 537 | 40 | 37 |
| Binary | 1101010 | 110110 | 111110 | 0 | 110001 | 101010 | 111010 | 101011111 | 100000 | 11111 |
Color Harmonies of #6A363E
Complementary color
Monochromatic Colors of #6A363E
Black with #6A363E
Text Example
Text Example
White with #6A363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A363E; }
p { color: rgb(106,54,62); }
H1.HeaderClassName
{
color: #6A363E;
}
.AnyTagClassName
{
color: #6A363E;
}
</style>
background-color css
<style>
a { background-color: #6A363E; }
a { background-color: rgb(106,54,62); }
div.DivClassName
{
background-color: #6A363E;
}
.BgClassName
{
background-color: #6A363E;
}
</style>
border-color css
<style>
span { border-color: #6A363E; }
span { border-color: rgb(106,54,62); }
td.TdClassName
{
border-color: #6A363E;
}
.TagClassName
{
border-color: #6A363E;
}
</style>