Shades of Merlot #6F3742
Tints of Merlot #6F3742
RGB
CMYK
RGB Variations
Color information
#6F3742 (or 0x6F3742) is known color: Merlot. HEX triplet: 6F, 37 and 42. RGB value is (111,55,66). Sum of RGB (Red+Green+Blue) = 111+55+66=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3742 is #90C8BD. Grayscale: #494949. Windows color (decimal): -9488574 or 4339567. OLE color: 4339567.
HSL color Cylindrical-coordinate representation of color #6F3742: hue angle of 348.21º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3742 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 55 | 66 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.56 |
| HSL | 348.21º | 0.34% | 0.33% | - |
| HSV(B) | 348.21º | 0.5% | 0.44% | - |
| XYZ | 8.91 | 6.51 | 5.94 | - |
| YUV | 73 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 66 | 0 | 0.50 | 0.41 | 0.56 | 348.21 | 0.34 | 0.33 |
| Hex | 6F | 37 | 42 | 0 | 32 | 29 | 38 | 15C | 22 | 21 |
| Octal | 157 | 67 | 102 | 0 | 62 | 51 | 70 | 534 | 42 | 41 |
| Binary | 1101111 | 110111 | 1000010 | 0 | 110010 | 101001 | 111000 | 101011100 | 100010 | 100001 |
Color Harmonies of #6F3742
Complementary color
Monochromatic Colors of #6F3742
Black with #6F3742
Text Example
Text Example
White with #6F3742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3742; }
p { color: rgb(111,55,66); }
H1.HeaderClassName
{
color: #6F3742;
}
.AnyTagClassName
{
color: #6F3742;
}
</style>
background-color css
<style>
a { background-color: #6F3742; }
a { background-color: rgb(111,55,66); }
div.DivClassName
{
background-color: #6F3742;
}
.BgClassName
{
background-color: #6F3742;
}
</style>
border-color css
<style>
span { border-color: #6F3742; }
span { border-color: rgb(111,55,66); }
td.TdClassName
{
border-color: #6F3742;
}
.TagClassName
{
border-color: #6F3742;
}
</style>