Shades of Merlot #6C383F
Tints of Merlot #6C383F
RGB
CMYK
RGB Variations
Color information
#6C383F (or 0x6C383F) is known color: Merlot. HEX triplet: 6C, 38 and 3F. RGB value is (108,56,63). Sum of RGB (Red+Green+Blue) = 108+56+63=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 108 - color contains mainly: red. Hex color #6C383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C383F is #93C7C0. Grayscale: #484848. Windows color (decimal): -9684929 or 4143212. OLE color: 4143212.
HSL color Cylindrical-coordinate representation of color #6C383F: hue angle of 351.92º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C383F is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 56 | 63 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.58 |
| HSL | 351.92º | 0.32% | 0.32% | - |
| HSV(B) | 351.92º | 0.48% | 0.42% | - |
| XYZ | 8.5 | 6.38 | 5.49 | - |
| YUV | 72.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 56 | 63 | 0 | 0.48 | 0.42 | 0.58 | 351.92 | 0.32 | 0.32 |
| Hex | 6C | 38 | 3F | 0 | 30 | 2A | 3A | 160 | 20 | 20 |
| Octal | 154 | 70 | 77 | 0 | 60 | 52 | 72 | 540 | 40 | 40 |
| Binary | 1101100 | 111000 | 111111 | 0 | 110000 | 101010 | 111010 | 101100000 | 100000 | 100000 |
Color Harmonies of #6C383F
Complementary color
Monochromatic Colors of #6C383F
Black with #6C383F
Text Example
Text Example
White with #6C383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C383F; }
p { color: rgb(108,56,63); }
H1.HeaderClassName
{
color: #6C383F;
}
.AnyTagClassName
{
color: #6C383F;
}
</style>
background-color css
<style>
a { background-color: #6C383F; }
a { background-color: rgb(108,56,63); }
div.DivClassName
{
background-color: #6C383F;
}
.BgClassName
{
background-color: #6C383F;
}
</style>
border-color css
<style>
span { border-color: #6C383F; }
span { border-color: rgb(108,56,63); }
td.TdClassName
{
border-color: #6C383F;
}
.TagClassName
{
border-color: #6C383F;
}
</style>