Shades of Merlot #6B3941
Tints of Merlot #6B3941
RGB
CMYK
RGB Variations
Color information
#6B3941 (or 0x6B3941) is known color: Merlot. HEX triplet: 6B, 39 and 41. RGB value is (107,57,65). Sum of RGB (Red+Green+Blue) = 107+57+65=229 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.72% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3941 is #94C6BE. Grayscale: #484848. Windows color (decimal): -9750207 or 4274539. OLE color: 4274539.
HSL color Cylindrical-coordinate representation of color #6B3941: hue angle of 350.4º degrees, saturation: 0.3, 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 #6B3941 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 57 | 65 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.58 |
| HSL | 350.4º | 0.3% | 0.32% | - |
| HSV(B) | 350.4º | 0.47% | 0.42% | - |
| XYZ | 8.48 | 6.43 | 5.8 | - |
| YUV | 72.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 57 | 65 | 0 | 0.47 | 0.39 | 0.58 | 350.4 | 0.3 | 0.32 |
| Hex | 6B | 39 | 41 | 0 | 2F | 27 | 3A | 15E | 1E | 20 |
| Octal | 153 | 71 | 101 | 0 | 57 | 47 | 72 | 536 | 36 | 40 |
| Binary | 1101011 | 111001 | 1000001 | 0 | 101111 | 100111 | 111010 | 101011110 | 11110 | 100000 |
Color Harmonies of #6B3941
Complementary color
Monochromatic Colors of #6B3941
Black with #6B3941
Text Example
Text Example
White with #6B3941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3941; }
p { color: rgb(107,57,65); }
H1.HeaderClassName
{
color: #6B3941;
}
.AnyTagClassName
{
color: #6B3941;
}
</style>
background-color css
<style>
a { background-color: #6B3941; }
a { background-color: rgb(107,57,65); }
div.DivClassName
{
background-color: #6B3941;
}
.BgClassName
{
background-color: #6B3941;
}
</style>
border-color css
<style>
span { border-color: #6B3941; }
span { border-color: rgb(107,57,65); }
td.TdClassName
{
border-color: #6B3941;
}
.TagClassName
{
border-color: #6B3941;
}
</style>