Shades of Merlot #6C363F
Tints of Merlot #6C363F
RGB
CMYK
RGB Variations
Color information
#6C363F (or 0x6C363F) is known color: Merlot. HEX triplet: 6C, 36 and 3F. RGB value is (108,54,63). Sum of RGB (Red+Green+Blue) = 108+54+63=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 108 - color contains mainly: red. Hex color #6C363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C363F is #93C9C0. Grayscale: #474747. Windows color (decimal): -9685441 or 4142700. OLE color: 4142700.
HSL color Cylindrical-coordinate representation of color #6C363F: hue angle of 350º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C363F is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 54 | 63 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.58 |
| HSL | 350º | 0.33% | 0.32% | - |
| HSV(B) | 350º | 0.5% | 0.42% | - |
| XYZ | 8.4 | 6.19 | 5.45 | - |
| YUV | 71.17 | 123.39 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 63 | 0 | 0.50 | 0.42 | 0.58 | 350 | 0.33 | 0.32 |
| Hex | 6C | 36 | 3F | 0 | 32 | 2A | 3A | 15E | 21 | 20 |
| Octal | 154 | 66 | 77 | 0 | 62 | 52 | 72 | 536 | 41 | 40 |
| Binary | 1101100 | 110110 | 111111 | 0 | 110010 | 101010 | 111010 | 101011110 | 100001 | 100000 |
Color Harmonies of #6C363F
Complementary color
Monochromatic Colors of #6C363F
Black with #6C363F
Text Example
Text Example
White with #6C363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C363F; }
p { color: rgb(108,54,63); }
H1.HeaderClassName
{
color: #6C363F;
}
.AnyTagClassName
{
color: #6C363F;
}
</style>
background-color css
<style>
a { background-color: #6C363F; }
a { background-color: rgb(108,54,63); }
div.DivClassName
{
background-color: #6C363F;
}
.BgClassName
{
background-color: #6C363F;
}
</style>
border-color css
<style>
span { border-color: #6C363F; }
span { border-color: rgb(108,54,63); }
td.TdClassName
{
border-color: #6C363F;
}
.TagClassName
{
border-color: #6C363F;
}
</style>