Shades of Merlot #6B3839
Tints of Merlot #6B3839
RGB
CMYK
RGB Variations
Color information
#6B3839 (or 0x6B3839) is known color: Merlot. HEX triplet: 6B, 38 and 39. RGB value is (107,56,57). Sum of RGB (Red+Green+Blue) = 107+56+57=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3839 is #94C7C6. Grayscale: #474747. Windows color (decimal): -9750471 or 3749995. OLE color: 3749995.
HSL color Cylindrical-coordinate representation of color #6B3839: hue angle of 358.82º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B3839 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 56 | 57 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.58 |
| HSL | 358.82º | 0.31% | 0.32% | - |
| HSV(B) | 358.82º | 0.48% | 0.42% | - |
| XYZ | 8.22 | 6.25 | 4.64 | - |
| YUV | 71.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 56 | 57 | 0 | 0.48 | 0.47 | 0.58 | 358.82 | 0.31 | 0.32 |
| Hex | 6B | 38 | 39 | 0 | 30 | 2F | 3A | 167 | 1F | 20 |
| Octal | 153 | 70 | 71 | 0 | 60 | 57 | 72 | 547 | 37 | 40 |
| Binary | 1101011 | 111000 | 111001 | 0 | 110000 | 101111 | 111010 | 101100111 | 11111 | 100000 |
Color Harmonies of #6B3839
Complementary color
Monochromatic Colors of #6B3839
Black with #6B3839
Text Example
Text Example
White with #6B3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3839; }
p { color: rgb(107,56,57); }
H1.HeaderClassName
{
color: #6B3839;
}
.AnyTagClassName
{
color: #6B3839;
}
</style>
background-color css
<style>
a { background-color: #6B3839; }
a { background-color: rgb(107,56,57); }
div.DivClassName
{
background-color: #6B3839;
}
.BgClassName
{
background-color: #6B3839;
}
</style>
border-color css
<style>
span { border-color: #6B3839; }
span { border-color: rgb(107,56,57); }
td.TdClassName
{
border-color: #6B3839;
}
.TagClassName
{
border-color: #6B3839;
}
</style>