Shades of Merlot #6A383E
Tints of Merlot #6A383E
RGB
CMYK
RGB Variations
Color information
#6A383E (or 0x6A383E) is known color: Merlot. HEX triplet: 6A, 38 and 3E. RGB value is (106,56,62). Sum of RGB (Red+Green+Blue) = 106+56+62=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 106 - color contains mainly: red. Hex color #6A383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A383E is #95C7C1. Grayscale: #474747. Windows color (decimal): -9816002 or 4077674. OLE color: 4077674.
HSL color Cylindrical-coordinate representation of color #6A383E: hue angle of 352.8º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A383E is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 56 | 62 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.58 |
| HSL | 352.8º | 0.31% | 0.32% | - |
| HSV(B) | 352.8º | 0.47% | 0.42% | - |
| XYZ | 8.23 | 6.24 | 5.33 | - |
| YUV | 71.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 56 | 62 | 0 | 0.47 | 0.42 | 0.58 | 352.8 | 0.31 | 0.32 |
| Hex | 6A | 38 | 3E | 0 | 2F | 2A | 3A | 161 | 1F | 20 |
| Octal | 152 | 70 | 76 | 0 | 57 | 52 | 72 | 541 | 37 | 40 |
| Binary | 1101010 | 111000 | 111110 | 0 | 101111 | 101010 | 111010 | 101100001 | 11111 | 100000 |
Color Harmonies of #6A383E
Complementary color
Monochromatic Colors of #6A383E
Black with #6A383E
Text Example
Text Example
White with #6A383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A383E; }
p { color: rgb(106,56,62); }
H1.HeaderClassName
{
color: #6A383E;
}
.AnyTagClassName
{
color: #6A383E;
}
</style>
background-color css
<style>
a { background-color: #6A383E; }
a { background-color: rgb(106,56,62); }
div.DivClassName
{
background-color: #6A383E;
}
.BgClassName
{
background-color: #6A383E;
}
</style>
border-color css
<style>
span { border-color: #6A383E; }
span { border-color: rgb(106,56,62); }
td.TdClassName
{
border-color: #6A383E;
}
.TagClassName
{
border-color: #6A383E;
}
</style>