Shades of Merlot #6F363F
Tints of Merlot #6F363F
RGB
CMYK
RGB Variations
Color information
#6F363F (or 0x6F363F) is known color: Merlot. HEX triplet: 6F, 36 and 3F. RGB value is (111,54,63). Sum of RGB (Red+Green+Blue) = 111+54+63=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F363F is #90C9C0. Grayscale: #484848. Windows color (decimal): -9488833 or 4142703. OLE color: 4142703.
HSL color Cylindrical-coordinate representation of color #6F363F: hue angle of 350.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F363F is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 54 | 63 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.56 |
| HSL | 350.53º | 0.35% | 0.32% | - |
| HSV(B) | 350.53º | 0.51% | 0.44% | - |
| XYZ | 8.77 | 6.38 | 5.47 | - |
| YUV | 72.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 63 | 0 | 0.51 | 0.43 | 0.56 | 350.53 | 0.35 | 0.32 |
| Hex | 6F | 36 | 3F | 0 | 33 | 2B | 38 | 15F | 23 | 20 |
| Octal | 157 | 66 | 77 | 0 | 63 | 53 | 70 | 537 | 43 | 40 |
| Binary | 1101111 | 110110 | 111111 | 0 | 110011 | 101011 | 111000 | 101011111 | 100011 | 100000 |
Color Harmonies of #6F363F
Complementary color
Monochromatic Colors of #6F363F
Black with #6F363F
Text Example
Text Example
White with #6F363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F363F; }
p { color: rgb(111,54,63); }
H1.HeaderClassName
{
color: #6F363F;
}
.AnyTagClassName
{
color: #6F363F;
}
</style>
background-color css
<style>
a { background-color: #6F363F; }
a { background-color: rgb(111,54,63); }
div.DivClassName
{
background-color: #6F363F;
}
.BgClassName
{
background-color: #6F363F;
}
</style>
border-color css
<style>
span { border-color: #6F363F; }
span { border-color: rgb(111,54,63); }
td.TdClassName
{
border-color: #6F363F;
}
.TagClassName
{
border-color: #6F363F;
}
</style>