Shades of Merlot #6F3840
Tints of Merlot #6F3840
RGB
CMYK
RGB Variations
Color information
#6F3840 (or 0x6F3840) is known color: Merlot. HEX triplet: 6F, 38 and 40. RGB value is (111,56,64). Sum of RGB (Red+Green+Blue) = 111+56+64=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3840 is #90C7BF. Grayscale: #494949. Windows color (decimal): -9488320 or 4208751. OLE color: 4208751.
HSL color Cylindrical-coordinate representation of color #6F3840: hue angle of 351.27º degrees, saturation: 0.33, 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 #6F3840 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 64 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.56 |
| HSL | 351.27º | 0.33% | 0.33% | - |
| HSV(B) | 351.27º | 0.5% | 0.44% | - |
| XYZ | 8.9 | 6.58 | 5.65 | - |
| YUV | 73.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 64 | 0 | 0.50 | 0.42 | 0.56 | 351.27 | 0.33 | 0.33 |
| Hex | 6F | 38 | 40 | 0 | 32 | 2A | 38 | 15F | 21 | 21 |
| Octal | 157 | 70 | 100 | 0 | 62 | 52 | 70 | 537 | 41 | 41 |
| Binary | 1101111 | 111000 | 1000000 | 0 | 110010 | 101010 | 111000 | 101011111 | 100001 | 100001 |
Color Harmonies of #6F3840
Complementary color
Monochromatic Colors of #6F3840
Black with #6F3840
Text Example
Text Example
White with #6F3840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3840; }
p { color: rgb(111,56,64); }
H1.HeaderClassName
{
color: #6F3840;
}
.AnyTagClassName
{
color: #6F3840;
}
</style>
background-color css
<style>
a { background-color: #6F3840; }
a { background-color: rgb(111,56,64); }
div.DivClassName
{
background-color: #6F3840;
}
.BgClassName
{
background-color: #6F3840;
}
</style>
border-color css
<style>
span { border-color: #6F3840; }
span { border-color: rgb(111,56,64); }
td.TdClassName
{
border-color: #6F3840;
}
.TagClassName
{
border-color: #6F3840;
}
</style>