Shades of Merlot #6C3639
Tints of Merlot #6C3639
RGB
CMYK
RGB Variations
Color information
#6C3639 (or 0x6C3639) is known color: Merlot. HEX triplet: 6C, 36 and 39. RGB value is (108,54,57). Sum of RGB (Red+Green+Blue) = 108+54+57=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3639 is #93C9C6. Grayscale: #464646. Windows color (decimal): -9685447 or 3749484. OLE color: 3749484.
HSL color Cylindrical-coordinate representation of color #6C3639: hue angle of 356.67º 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 #6C3639 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 54 | 57 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.58 |
| HSL | 356.67º | 0.33% | 0.32% | - |
| HSV(B) | 356.67º | 0.5% | 0.42% | - |
| XYZ | 8.24 | 6.12 | 4.62 | - |
| YUV | 70.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 57 | 0 | 0.50 | 0.47 | 0.58 | 356.67 | 0.33 | 0.32 |
| Hex | 6C | 36 | 39 | 0 | 32 | 2F | 3A | 165 | 21 | 20 |
| Octal | 154 | 66 | 71 | 0 | 62 | 57 | 72 | 545 | 41 | 40 |
| Binary | 1101100 | 110110 | 111001 | 0 | 110010 | 101111 | 111010 | 101100101 | 100001 | 100000 |
Color Harmonies of #6C3639
Complementary color
Monochromatic Colors of #6C3639
Black with #6C3639
Text Example
Text Example
White with #6C3639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3639; }
p { color: rgb(108,54,57); }
H1.HeaderClassName
{
color: #6C3639;
}
.AnyTagClassName
{
color: #6C3639;
}
</style>
background-color css
<style>
a { background-color: #6C3639; }
a { background-color: rgb(108,54,57); }
div.DivClassName
{
background-color: #6C3639;
}
.BgClassName
{
background-color: #6C3639;
}
</style>
border-color css
<style>
span { border-color: #6C3639; }
span { border-color: rgb(108,54,57); }
td.TdClassName
{
border-color: #6C3639;
}
.TagClassName
{
border-color: #6C3639;
}
</style>