Shades of Merlot #6F303C
Tints of Merlot #6F303C
RGB
CMYK
RGB Variations
Color information
#6F303C (or 0x6F303C) is known color: Merlot. HEX triplet: 6F, 30 and 3C. RGB value is (111,48,60). Sum of RGB (Red+Green+Blue) = 111+48+60=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F303C is #90CFC3. Grayscale: #444444. Windows color (decimal): -9490372 or 3944559. OLE color: 3944559.
HSL color Cylindrical-coordinate representation of color #6F303C: hue angle of 348.57º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F303C is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 48 | 60 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.56 |
| HSL | 348.57º | 0.4% | 0.31% | - |
| HSV(B) | 348.57º | 0.57% | 0.44% | - |
| XYZ | 8.43 | 5.82 | 4.95 | - |
| YUV | 68.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 48 | 60 | 0 | 0.57 | 0.46 | 0.56 | 348.57 | 0.4 | 0.31 |
| Hex | 6F | 30 | 3C | 0 | 39 | 2E | 38 | 15D | 28 | 1F |
| Octal | 157 | 60 | 74 | 0 | 71 | 56 | 70 | 535 | 50 | 37 |
| Binary | 1101111 | 110000 | 111100 | 0 | 111001 | 101110 | 111000 | 101011101 | 101000 | 11111 |
Color Harmonies of #6F303C
Complementary color
Monochromatic Colors of #6F303C
Black with #6F303C
Text Example
Text Example
White with #6F303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F303C; }
p { color: rgb(111,48,60); }
H1.HeaderClassName
{
color: #6F303C;
}
.AnyTagClassName
{
color: #6F303C;
}
</style>
background-color css
<style>
a { background-color: #6F303C; }
a { background-color: rgb(111,48,60); }
div.DivClassName
{
background-color: #6F303C;
}
.BgClassName
{
background-color: #6F303C;
}
</style>
border-color css
<style>
span { border-color: #6F303C; }
span { border-color: rgb(111,48,60); }
td.TdClassName
{
border-color: #6F303C;
}
.TagClassName
{
border-color: #6F303C;
}
</style>