Shades of Merlot #6F3136
Tints of Merlot #6F3136
RGB
CMYK
RGB Variations
Color information
#6F3136 (or 0x6F3136) is known color: Merlot. HEX triplet: 6F, 31 and 36. RGB value is (111,49,54). Sum of RGB (Red+Green+Blue) = 111+49+54=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3136 is #90CEC9. Grayscale: #444444. Windows color (decimal): -9490122 or 3551599. OLE color: 3551599.
HSL color Cylindrical-coordinate representation of color #6F3136: hue angle of 355.16º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F3136 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 54 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.56 |
| HSL | 355.16º | 0.39% | 0.31% | - |
| HSV(B) | 355.16º | 0.56% | 0.44% | - |
| XYZ | 8.32 | 5.84 | 4.18 | - |
| YUV | 68.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 54 | 0 | 0.56 | 0.51 | 0.56 | 355.16 | 0.39 | 0.31 |
| Hex | 6F | 31 | 36 | 0 | 38 | 33 | 38 | 163 | 27 | 1F |
| Octal | 157 | 61 | 66 | 0 | 70 | 63 | 70 | 543 | 47 | 37 |
| Binary | 1101111 | 110001 | 110110 | 0 | 111000 | 110011 | 111000 | 101100011 | 100111 | 11111 |
Color Harmonies of #6F3136
Complementary color
Monochromatic Colors of #6F3136
Black with #6F3136
Text Example
Text Example
White with #6F3136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3136; }
p { color: rgb(111,49,54); }
H1.HeaderClassName
{
color: #6F3136;
}
.AnyTagClassName
{
color: #6F3136;
}
</style>
background-color css
<style>
a { background-color: #6F3136; }
a { background-color: rgb(111,49,54); }
div.DivClassName
{
background-color: #6F3136;
}
.BgClassName
{
background-color: #6F3136;
}
</style>
border-color css
<style>
span { border-color: #6F3136; }
span { border-color: rgb(111,49,54); }
td.TdClassName
{
border-color: #6F3136;
}
.TagClassName
{
border-color: #6F3136;
}
</style>