Shades of Merlot #6C333B
Tints of Merlot #6C333B
RGB
CMYK
RGB Variations
Color information
#6C333B (or 0x6C333B) is known color: Merlot. HEX triplet: 6C, 33 and 3B. RGB value is (108,51,59). Sum of RGB (Red+Green+Blue) = 108+51+59=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 108 - color contains mainly: red. Hex color #6C333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C333B is #93CCC4. Grayscale: #444444. Windows color (decimal): -9686213 or 3879788. OLE color: 3879788.
HSL color Cylindrical-coordinate representation of color #6C333B: hue angle of 351.58º 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 #6C333B is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 51 | 59 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.58 |
| HSL | 351.58º | 0.36% | 0.31% | - |
| HSV(B) | 351.58º | 0.53% | 0.42% | - |
| XYZ | 8.16 | 5.87 | 4.84 | - |
| YUV | 68.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 59 | 0 | 0.53 | 0.45 | 0.58 | 351.58 | 0.36 | 0.31 |
| Hex | 6C | 33 | 3B | 0 | 35 | 2D | 3A | 160 | 24 | 1F |
| Octal | 154 | 63 | 73 | 0 | 65 | 55 | 72 | 540 | 44 | 37 |
| Binary | 1101100 | 110011 | 111011 | 0 | 110101 | 101101 | 111010 | 101100000 | 100100 | 11111 |
Color Harmonies of #6C333B
Complementary color
Monochromatic Colors of #6C333B
Black with #6C333B
Text Example
Text Example
White with #6C333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C333B; }
p { color: rgb(108,51,59); }
H1.HeaderClassName
{
color: #6C333B;
}
.AnyTagClassName
{
color: #6C333B;
}
</style>
background-color css
<style>
a { background-color: #6C333B; }
a { background-color: rgb(108,51,59); }
div.DivClassName
{
background-color: #6C333B;
}
.BgClassName
{
background-color: #6C333B;
}
</style>
border-color css
<style>
span { border-color: #6C333B; }
span { border-color: rgb(108,51,59); }
td.TdClassName
{
border-color: #6C333B;
}
.TagClassName
{
border-color: #6C333B;
}
</style>