Shades of Merlot #6C363D
Tints of Merlot #6C363D
RGB
CMYK
RGB Variations
Color information
#6C363D (or 0x6C363D) is known color: Merlot. HEX triplet: 6C, 36 and 3D. RGB value is (108,54,61). Sum of RGB (Red+Green+Blue) = 108+54+61=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 108 - color contains mainly: red. Hex color #6C363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C363D is #93C9C2. Grayscale: #464646. Windows color (decimal): -9685443 or 4011628. OLE color: 4011628.
HSL color Cylindrical-coordinate representation of color #6C363D: hue angle of 352.22º 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 #6C363D is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 54 | 61 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.58 |
| HSL | 352.22º | 0.33% | 0.32% | - |
| HSV(B) | 352.22º | 0.5% | 0.42% | - |
| XYZ | 8.35 | 6.16 | 5.16 | - |
| YUV | 70.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 61 | 0 | 0.50 | 0.44 | 0.58 | 352.22 | 0.33 | 0.32 |
| Hex | 6C | 36 | 3D | 0 | 32 | 2C | 3A | 160 | 21 | 20 |
| Octal | 154 | 66 | 75 | 0 | 62 | 54 | 72 | 540 | 41 | 40 |
| Binary | 1101100 | 110110 | 111101 | 0 | 110010 | 101100 | 111010 | 101100000 | 100001 | 100000 |
Color Harmonies of #6C363D
Complementary color
Monochromatic Colors of #6C363D
Black with #6C363D
Text Example
Text Example
White with #6C363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C363D; }
p { color: rgb(108,54,61); }
H1.HeaderClassName
{
color: #6C363D;
}
.AnyTagClassName
{
color: #6C363D;
}
</style>
background-color css
<style>
a { background-color: #6C363D; }
a { background-color: rgb(108,54,61); }
div.DivClassName
{
background-color: #6C363D;
}
.BgClassName
{
background-color: #6C363D;
}
</style>
border-color css
<style>
span { border-color: #6C363D; }
span { border-color: rgb(108,54,61); }
td.TdClassName
{
border-color: #6C363D;
}
.TagClassName
{
border-color: #6C363D;
}
</style>