Shades of Merlot #6F353C
Tints of Merlot #6F353C
RGB
CMYK
RGB Variations
Color information
#6F353C (or 0x6F353C) is known color: Merlot. HEX triplet: 6F, 35 and 3C. RGB value is (111,53,60). Sum of RGB (Red+Green+Blue) = 111+53+60=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F353C is #90CAC3. Grayscale: #474747. Windows color (decimal): -9489092 or 3945839. OLE color: 3945839.
HSL color Cylindrical-coordinate representation of color #6F353C: hue angle of 352.76º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F353C is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 53 | 60 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.56 |
| HSL | 352.76º | 0.35% | 0.32% | - |
| HSV(B) | 352.76º | 0.52% | 0.44% | - |
| XYZ | 8.64 | 6.25 | 5.03 | - |
| YUV | 71.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 60 | 0 | 0.52 | 0.46 | 0.56 | 352.76 | 0.35 | 0.32 |
| Hex | 6F | 35 | 3C | 0 | 34 | 2E | 38 | 161 | 23 | 20 |
| Octal | 157 | 65 | 74 | 0 | 64 | 56 | 70 | 541 | 43 | 40 |
| Binary | 1101111 | 110101 | 111100 | 0 | 110100 | 101110 | 111000 | 101100001 | 100011 | 100000 |
Color Harmonies of #6F353C
Complementary color
Monochromatic Colors of #6F353C
Black with #6F353C
Text Example
Text Example
White with #6F353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F353C; }
p { color: rgb(111,53,60); }
H1.HeaderClassName
{
color: #6F353C;
}
.AnyTagClassName
{
color: #6F353C;
}
</style>
background-color css
<style>
a { background-color: #6F353C; }
a { background-color: rgb(111,53,60); }
div.DivClassName
{
background-color: #6F353C;
}
.BgClassName
{
background-color: #6F353C;
}
</style>
border-color css
<style>
span { border-color: #6F353C; }
span { border-color: rgb(111,53,60); }
td.TdClassName
{
border-color: #6F353C;
}
.TagClassName
{
border-color: #6F353C;
}
</style>