Shades of Merlot #6F373D
Tints of Merlot #6F373D
RGB
CMYK
RGB Variations
Color information
#6F373D (or 0x6F373D) is known color: Merlot. HEX triplet: 6F, 37 and 3D. RGB value is (111,55,61). Sum of RGB (Red+Green+Blue) = 111+55+61=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F373D is #90C8C2. Grayscale: #484848. Windows color (decimal): -9488579 or 4011887. OLE color: 4011887.
HSL color Cylindrical-coordinate representation of color #6F373D: hue angle of 353.57º 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 #6F373D is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 55 | 61 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.56 |
| HSL | 353.57º | 0.34% | 0.33% | - |
| HSV(B) | 353.57º | 0.5% | 0.44% | - |
| XYZ | 8.76 | 6.45 | 5.2 | - |
| YUV | 72.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 61 | 0 | 0.50 | 0.45 | 0.56 | 353.57 | 0.34 | 0.33 |
| Hex | 6F | 37 | 3D | 0 | 32 | 2D | 38 | 162 | 22 | 21 |
| Octal | 157 | 67 | 75 | 0 | 62 | 55 | 70 | 542 | 42 | 41 |
| Binary | 1101111 | 110111 | 111101 | 0 | 110010 | 101101 | 111000 | 101100010 | 100010 | 100001 |
Color Harmonies of #6F373D
Complementary color
Monochromatic Colors of #6F373D
Black with #6F373D
Text Example
Text Example
White with #6F373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F373D; }
p { color: rgb(111,55,61); }
H1.HeaderClassName
{
color: #6F373D;
}
.AnyTagClassName
{
color: #6F373D;
}
</style>
background-color css
<style>
a { background-color: #6F373D; }
a { background-color: rgb(111,55,61); }
div.DivClassName
{
background-color: #6F373D;
}
.BgClassName
{
background-color: #6F373D;
}
</style>
border-color css
<style>
span { border-color: #6F373D; }
span { border-color: rgb(111,55,61); }
td.TdClassName
{
border-color: #6F373D;
}
.TagClassName
{
border-color: #6F373D;
}
</style>