Shades of Merlot #6F383F
Tints of Merlot #6F383F
RGB
CMYK
RGB Variations
Color information
#6F383F (or 0x6F383F) is known color: Merlot. HEX triplet: 6F, 38 and 3F. RGB value is (111,56,63). Sum of RGB (Red+Green+Blue) = 111+56+63=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F383F is #90C7C0. Grayscale: #494949. Windows color (decimal): -9488321 or 4143215. OLE color: 4143215.
HSL color Cylindrical-coordinate representation of color #6F383F: hue angle of 352.36º 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 #6F383F is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 63 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.56 |
| HSL | 352.36º | 0.33% | 0.33% | - |
| HSV(B) | 352.36º | 0.5% | 0.44% | - |
| XYZ | 8.87 | 6.57 | 5.5 | - |
| YUV | 73.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 63 | 0 | 0.50 | 0.43 | 0.56 | 352.36 | 0.33 | 0.33 |
| Hex | 6F | 38 | 3F | 0 | 32 | 2B | 38 | 160 | 21 | 21 |
| Octal | 157 | 70 | 77 | 0 | 62 | 53 | 70 | 540 | 41 | 41 |
| Binary | 1101111 | 111000 | 111111 | 0 | 110010 | 101011 | 111000 | 101100000 | 100001 | 100001 |
Color Harmonies of #6F383F
Complementary color
Monochromatic Colors of #6F383F
Black with #6F383F
Text Example
Text Example
White with #6F383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F383F; }
p { color: rgb(111,56,63); }
H1.HeaderClassName
{
color: #6F383F;
}
.AnyTagClassName
{
color: #6F383F;
}
</style>
background-color css
<style>
a { background-color: #6F383F; }
a { background-color: rgb(111,56,63); }
div.DivClassName
{
background-color: #6F383F;
}
.BgClassName
{
background-color: #6F383F;
}
</style>
border-color css
<style>
span { border-color: #6F383F; }
span { border-color: rgb(111,56,63); }
td.TdClassName
{
border-color: #6F383F;
}
.TagClassName
{
border-color: #6F383F;
}
</style>