Shades of Merlot #6F333A
Tints of Merlot #6F333A
RGB
CMYK
RGB Variations
Color information
#6F333A (or 0x6F333A) is known color: Merlot. HEX triplet: 6F, 33 and 3A. RGB value is (111,51,58). Sum of RGB (Red+Green+Blue) = 111+51+58=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F333A is #90CCC5. Grayscale: #454545. Windows color (decimal): -9489606 or 3814255. OLE color: 3814255.
HSL color Cylindrical-coordinate representation of color #6F333A: hue angle of 353º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F333A is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 51 | 58 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.56 |
| HSL | 353º | 0.37% | 0.32% | - |
| HSV(B) | 353º | 0.54% | 0.44% | - |
| XYZ | 8.5 | 6.05 | 4.72 | - |
| YUV | 69.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 58 | 0 | 0.54 | 0.48 | 0.56 | 353 | 0.37 | 0.32 |
| Hex | 6F | 33 | 3A | 0 | 36 | 30 | 38 | 161 | 25 | 20 |
| Octal | 157 | 63 | 72 | 0 | 66 | 60 | 70 | 541 | 45 | 40 |
| Binary | 1101111 | 110011 | 111010 | 0 | 110110 | 110000 | 111000 | 101100001 | 100101 | 100000 |
Color Harmonies of #6F333A
Complementary color
Monochromatic Colors of #6F333A
Black with #6F333A
Text Example
Text Example
White with #6F333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F333A; }
p { color: rgb(111,51,58); }
H1.HeaderClassName
{
color: #6F333A;
}
.AnyTagClassName
{
color: #6F333A;
}
</style>
background-color css
<style>
a { background-color: #6F333A; }
a { background-color: rgb(111,51,58); }
div.DivClassName
{
background-color: #6F333A;
}
.BgClassName
{
background-color: #6F333A;
}
</style>
border-color css
<style>
span { border-color: #6F333A; }
span { border-color: rgb(111,51,58); }
td.TdClassName
{
border-color: #6F333A;
}
.TagClassName
{
border-color: #6F333A;
}
</style>