Shades of Merlot #6F343A
Tints of Merlot #6F343A
RGB
CMYK
RGB Variations
Color information
#6F343A (or 0x6F343A) is known color: Merlot. HEX triplet: 6F, 34 and 3A. RGB value is (111,52,58). Sum of RGB (Red+Green+Blue) = 111+52+58=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F343A is #90CBC5. Grayscale: #464646. Windows color (decimal): -9489350 or 3814511. OLE color: 3814511.
HSL color Cylindrical-coordinate representation of color #6F343A: hue angle of 353.9º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F343A is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 58 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.56 |
| HSL | 353.9º | 0.36% | 0.32% | - |
| HSV(B) | 353.9º | 0.53% | 0.44% | - |
| XYZ | 8.55 | 6.14 | 4.74 | - |
| YUV | 70.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 58 | 0 | 0.53 | 0.48 | 0.56 | 353.9 | 0.36 | 0.32 |
| Hex | 6F | 34 | 3A | 0 | 35 | 30 | 38 | 162 | 24 | 20 |
| Octal | 157 | 64 | 72 | 0 | 65 | 60 | 70 | 542 | 44 | 40 |
| Binary | 1101111 | 110100 | 111010 | 0 | 110101 | 110000 | 111000 | 101100010 | 100100 | 100000 |
Color Harmonies of #6F343A
Complementary color
Monochromatic Colors of #6F343A
Black with #6F343A
Text Example
Text Example
White with #6F343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F343A; }
p { color: rgb(111,52,58); }
H1.HeaderClassName
{
color: #6F343A;
}
.AnyTagClassName
{
color: #6F343A;
}
</style>
background-color css
<style>
a { background-color: #6F343A; }
a { background-color: rgb(111,52,58); }
div.DivClassName
{
background-color: #6F343A;
}
.BgClassName
{
background-color: #6F343A;
}
</style>
border-color css
<style>
span { border-color: #6F343A; }
span { border-color: rgb(111,52,58); }
td.TdClassName
{
border-color: #6F343A;
}
.TagClassName
{
border-color: #6F343A;
}
</style>