Shades of Merlot #6B353F
Tints of Merlot #6B353F
RGB
CMYK
RGB Variations
Color information
#6B353F (or 0x6B353F) is known color: Merlot. HEX triplet: 6B, 35 and 3F. RGB value is (107,53,63). Sum of RGB (Red+Green+Blue) = 107+53+63=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B353F is #94CAC0. Grayscale: #464646. Windows color (decimal): -9751233 or 4142443. OLE color: 4142443.
HSL color Cylindrical-coordinate representation of color #6B353F: hue angle of 348.89º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B353F is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 53 | 63 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.58 |
| HSL | 348.89º | 0.34% | 0.31% | - |
| HSV(B) | 348.89º | 0.5% | 0.42% | - |
| XYZ | 8.23 | 6.03 | 5.43 | - |
| YUV | 70.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 53 | 63 | 0 | 0.50 | 0.41 | 0.58 | 348.89 | 0.34 | 0.31 |
| Hex | 6B | 35 | 3F | 0 | 32 | 29 | 3A | 15D | 22 | 1F |
| Octal | 153 | 65 | 77 | 0 | 62 | 51 | 72 | 535 | 42 | 37 |
| Binary | 1101011 | 110101 | 111111 | 0 | 110010 | 101001 | 111010 | 101011101 | 100010 | 11111 |
Color Harmonies of #6B353F
Complementary color
Monochromatic Colors of #6B353F
Black with #6B353F
Text Example
Text Example
White with #6B353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B353F; }
p { color: rgb(107,53,63); }
H1.HeaderClassName
{
color: #6B353F;
}
.AnyTagClassName
{
color: #6B353F;
}
</style>
background-color css
<style>
a { background-color: #6B353F; }
a { background-color: rgb(107,53,63); }
div.DivClassName
{
background-color: #6B353F;
}
.BgClassName
{
background-color: #6B353F;
}
</style>
border-color css
<style>
span { border-color: #6B353F; }
span { border-color: rgb(107,53,63); }
td.TdClassName
{
border-color: #6B353F;
}
.TagClassName
{
border-color: #6B353F;
}
</style>