Shades of Merlot #6C3A3F
Tints of Merlot #6C3A3F
RGB
CMYK
RGB Variations
Color information
#6C3A3F (or 0x6C3A3F) is known color: Merlot. HEX triplet: 6C, 3A and 3F. RGB value is (108,58,63). Sum of RGB (Red+Green+Blue) = 108+58+63=229 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.16% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3A3F is #93C5C0. Grayscale: #494949. Windows color (decimal): -9684417 or 4143724. OLE color: 4143724.
HSL color Cylindrical-coordinate representation of color #6C3A3F: hue angle of 354º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C3A3F is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 58 | 63 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.58 |
| HSL | 354º | 0.3% | 0.33% | - |
| HSV(B) | 354º | 0.46% | 0.42% | - |
| XYZ | 8.59 | 6.57 | 5.52 | - |
| YUV | 73.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 58 | 63 | 0 | 0.46 | 0.42 | 0.58 | 354 | 0.3 | 0.33 |
| Hex | 6C | 3A | 3F | 0 | 2E | 2A | 3A | 162 | 1E | 21 |
| Octal | 154 | 72 | 77 | 0 | 56 | 52 | 72 | 542 | 36 | 41 |
| Binary | 1101100 | 111010 | 111111 | 0 | 101110 | 101010 | 111010 | 101100010 | 11110 | 100001 |
Color Harmonies of #6C3A3F
Complementary color
Monochromatic Colors of #6C3A3F
Black with #6C3A3F
Text Example
Text Example
White with #6C3A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3A3F; }
p { color: rgb(108,58,63); }
H1.HeaderClassName
{
color: #6C3A3F;
}
.AnyTagClassName
{
color: #6C3A3F;
}
</style>
background-color css
<style>
a { background-color: #6C3A3F; }
a { background-color: rgb(108,58,63); }
div.DivClassName
{
background-color: #6C3A3F;
}
.BgClassName
{
background-color: #6C3A3F;
}
</style>
border-color css
<style>
span { border-color: #6C3A3F; }
span { border-color: rgb(108,58,63); }
td.TdClassName
{
border-color: #6C3A3F;
}
.TagClassName
{
border-color: #6C3A3F;
}
</style>