Shades of Merlot #6F343B
Tints of Merlot #6F343B
RGB
CMYK
RGB Variations
Color information
#6F343B (or 0x6F343B) is known color: Merlot. HEX triplet: 6F, 34 and 3B. RGB value is (111,52,59). Sum of RGB (Red+Green+Blue) = 111+52+59=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F343B is #90CBC4. Grayscale: #464646. Windows color (decimal): -9489349 or 3880047. OLE color: 3880047.
HSL color Cylindrical-coordinate representation of color #6F343B: hue angle of 352.88º 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 #6F343B is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 59 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.56 |
| HSL | 352.88º | 0.36% | 0.32% | - |
| HSV(B) | 352.88º | 0.53% | 0.44% | - |
| XYZ | 8.57 | 6.15 | 4.87 | - |
| YUV | 70.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 59 | 0 | 0.53 | 0.47 | 0.56 | 352.88 | 0.36 | 0.32 |
| Hex | 6F | 34 | 3B | 0 | 35 | 2F | 38 | 161 | 24 | 20 |
| Octal | 157 | 64 | 73 | 0 | 65 | 57 | 70 | 541 | 44 | 40 |
| Binary | 1101111 | 110100 | 111011 | 0 | 110101 | 101111 | 111000 | 101100001 | 100100 | 100000 |
Color Harmonies of #6F343B
Complementary color
Monochromatic Colors of #6F343B
Black with #6F343B
Text Example
Text Example
White with #6F343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F343B; }
p { color: rgb(111,52,59); }
H1.HeaderClassName
{
color: #6F343B;
}
.AnyTagClassName
{
color: #6F343B;
}
</style>
background-color css
<style>
a { background-color: #6F343B; }
a { background-color: rgb(111,52,59); }
div.DivClassName
{
background-color: #6F343B;
}
.BgClassName
{
background-color: #6F343B;
}
</style>
border-color css
<style>
span { border-color: #6F343B; }
span { border-color: rgb(111,52,59); }
td.TdClassName
{
border-color: #6F343B;
}
.TagClassName
{
border-color: #6F343B;
}
</style>