Shades of Merlot #6F343F
Tints of Merlot #6F343F
RGB
CMYK
RGB Variations
Color information
#6F343F (or 0x6F343F) is known color: Merlot. HEX triplet: 6F, 34 and 3F. RGB value is (111,52,63). Sum of RGB (Red+Green+Blue) = 111+52+63=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F343F is #90CBC0. Grayscale: #464646. Windows color (decimal): -9489345 or 4142191. OLE color: 4142191.
HSL color Cylindrical-coordinate representation of color #6F343F: hue angle of 348.81º 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 #6F343F is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 63 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.56 |
| HSL | 348.81º | 0.36% | 0.32% | - |
| HSV(B) | 348.81º | 0.53% | 0.44% | - |
| XYZ | 8.68 | 6.19 | 5.44 | - |
| YUV | 70.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 63 | 0 | 0.53 | 0.43 | 0.56 | 348.81 | 0.36 | 0.32 |
| Hex | 6F | 34 | 3F | 0 | 35 | 2B | 38 | 15D | 24 | 20 |
| Octal | 157 | 64 | 77 | 0 | 65 | 53 | 70 | 535 | 44 | 40 |
| Binary | 1101111 | 110100 | 111111 | 0 | 110101 | 101011 | 111000 | 101011101 | 100100 | 100000 |
Color Harmonies of #6F343F
Complementary color
Monochromatic Colors of #6F343F
Black with #6F343F
Text Example
Text Example
White with #6F343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F343F; }
p { color: rgb(111,52,63); }
H1.HeaderClassName
{
color: #6F343F;
}
.AnyTagClassName
{
color: #6F343F;
}
</style>
background-color css
<style>
a { background-color: #6F343F; }
a { background-color: rgb(111,52,63); }
div.DivClassName
{
background-color: #6F343F;
}
.BgClassName
{
background-color: #6F343F;
}
</style>
border-color css
<style>
span { border-color: #6F343F; }
span { border-color: rgb(111,52,63); }
td.TdClassName
{
border-color: #6F343F;
}
.TagClassName
{
border-color: #6F343F;
}
</style>