Shades of Merlot #6F313E
Tints of Merlot #6F313E
RGB
CMYK
RGB Variations
Color information
#6F313E (or 0x6F313E) is known color: Merlot. HEX triplet: 6F, 31 and 3E. RGB value is (111,49,62). Sum of RGB (Red+Green+Blue) = 111+49+62=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F313E is #90CEC1. Grayscale: #454545. Windows color (decimal): -9490114 or 4075887. OLE color: 4075887.
HSL color Cylindrical-coordinate representation of color #6F313E: hue angle of 347.42º 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 #6F313E is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 62 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.56 |
| HSL | 347.42º | 0.39% | 0.31% | - |
| HSV(B) | 347.42º | 0.56% | 0.44% | - |
| XYZ | 8.52 | 5.92 | 5.25 | - |
| YUV | 69.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 62 | 0 | 0.56 | 0.44 | 0.56 | 347.42 | 0.39 | 0.31 |
| Hex | 6F | 31 | 3E | 0 | 38 | 2C | 38 | 15B | 27 | 1F |
| Octal | 157 | 61 | 76 | 0 | 70 | 54 | 70 | 533 | 47 | 37 |
| Binary | 1101111 | 110001 | 111110 | 0 | 111000 | 101100 | 111000 | 101011011 | 100111 | 11111 |
Color Harmonies of #6F313E
Complementary color
Monochromatic Colors of #6F313E
Black with #6F313E
Text Example
Text Example
White with #6F313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F313E; }
p { color: rgb(111,49,62); }
H1.HeaderClassName
{
color: #6F313E;
}
.AnyTagClassName
{
color: #6F313E;
}
</style>
background-color css
<style>
a { background-color: #6F313E; }
a { background-color: rgb(111,49,62); }
div.DivClassName
{
background-color: #6F313E;
}
.BgClassName
{
background-color: #6F313E;
}
</style>
border-color css
<style>
span { border-color: #6F313E; }
span { border-color: rgb(111,49,62); }
td.TdClassName
{
border-color: #6F313E;
}
.TagClassName
{
border-color: #6F313E;
}
</style>