Shades of Merlot #6C333E
Tints of Merlot #6C333E
RGB
CMYK
RGB Variations
Color information
#6C333E (or 0x6C333E) is known color: Merlot. HEX triplet: 6C, 33 and 3E. RGB value is (108,51,62). Sum of RGB (Red+Green+Blue) = 108+51+62=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C333E is #93CCC1. Grayscale: #454545. Windows color (decimal): -9686210 or 4076396. OLE color: 4076396.
HSL color Cylindrical-coordinate representation of color #6C333E: hue angle of 348.42º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C333E is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 51 | 62 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.58 |
| HSL | 348.42º | 0.36% | 0.31% | - |
| HSV(B) | 348.42º | 0.53% | 0.42% | - |
| XYZ | 8.24 | 5.9 | 5.26 | - |
| YUV | 69.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 62 | 0 | 0.53 | 0.43 | 0.58 | 348.42 | 0.36 | 0.31 |
| Hex | 6C | 33 | 3E | 0 | 35 | 2B | 3A | 15C | 24 | 1F |
| Octal | 154 | 63 | 76 | 0 | 65 | 53 | 72 | 534 | 44 | 37 |
| Binary | 1101100 | 110011 | 111110 | 0 | 110101 | 101011 | 111010 | 101011100 | 100100 | 11111 |
Color Harmonies of #6C333E
Complementary color
Monochromatic Colors of #6C333E
Black with #6C333E
Text Example
Text Example
White with #6C333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C333E; }
p { color: rgb(108,51,62); }
H1.HeaderClassName
{
color: #6C333E;
}
.AnyTagClassName
{
color: #6C333E;
}
</style>
background-color css
<style>
a { background-color: #6C333E; }
a { background-color: rgb(108,51,62); }
div.DivClassName
{
background-color: #6C333E;
}
.BgClassName
{
background-color: #6C333E;
}
</style>
border-color css
<style>
span { border-color: #6C333E; }
span { border-color: rgb(108,51,62); }
td.TdClassName
{
border-color: #6C333E;
}
.TagClassName
{
border-color: #6C333E;
}
</style>