Shades of Merlot #6C3A40
Tints of Merlot #6C3A40
RGB
CMYK
RGB Variations
Color information
#6C3A40 (or 0x6C3A40) is known color: Merlot. HEX triplet: 6C, 3A and 40. RGB value is (108,58,64). Sum of RGB (Red+Green+Blue) = 108+58+64=230 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.96% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3A40 is #93C5BF. Grayscale: #494949. Windows color (decimal): -9684416 or 4209260. OLE color: 4209260.
HSL color Cylindrical-coordinate representation of color #6C3A40: hue angle of 352.8º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C3A40 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 58 | 64 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.58 |
| HSL | 352.8º | 0.3% | 0.33% | - |
| HSV(B) | 352.8º | 0.46% | 0.42% | - |
| XYZ | 8.62 | 6.58 | 5.67 | - |
| YUV | 73.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 58 | 64 | 0 | 0.46 | 0.41 | 0.58 | 352.8 | 0.3 | 0.33 |
| Hex | 6C | 3A | 40 | 0 | 2E | 29 | 3A | 161 | 1E | 21 |
| Octal | 154 | 72 | 100 | 0 | 56 | 51 | 72 | 541 | 36 | 41 |
| Binary | 1101100 | 111010 | 1000000 | 0 | 101110 | 101001 | 111010 | 101100001 | 11110 | 100001 |
Color Harmonies of #6C3A40
Complementary color
Monochromatic Colors of #6C3A40
Black with #6C3A40
Text Example
Text Example
White with #6C3A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3A40; }
p { color: rgb(108,58,64); }
H1.HeaderClassName
{
color: #6C3A40;
}
.AnyTagClassName
{
color: #6C3A40;
}
</style>
background-color css
<style>
a { background-color: #6C3A40; }
a { background-color: rgb(108,58,64); }
div.DivClassName
{
background-color: #6C3A40;
}
.BgClassName
{
background-color: #6C3A40;
}
</style>
border-color css
<style>
span { border-color: #6C3A40; }
span { border-color: rgb(108,58,64); }
td.TdClassName
{
border-color: #6C3A40;
}
.TagClassName
{
border-color: #6C3A40;
}
</style>