Shades of Merlot #6C323B
Tints of Merlot #6C323B
RGB
CMYK
RGB Variations
Color information
#6C323B (or 0x6C323B) is known color: Merlot. HEX triplet: 6C, 32 and 3B. RGB value is (108,50,59). Sum of RGB (Red+Green+Blue) = 108+50+59=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 108 - color contains mainly: red. Hex color #6C323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C323B is #93CDC4. Grayscale: #444444. Windows color (decimal): -9686469 or 3879532. OLE color: 3879532.
HSL color Cylindrical-coordinate representation of color #6C323B: hue angle of 350.69º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C323B is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 50 | 59 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.58 |
| HSL | 350.69º | 0.37% | 0.31% | - |
| HSV(B) | 350.69º | 0.54% | 0.42% | - |
| XYZ | 8.11 | 5.79 | 4.83 | - |
| YUV | 68.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 59 | 0 | 0.54 | 0.45 | 0.58 | 350.69 | 0.37 | 0.31 |
| Hex | 6C | 32 | 3B | 0 | 36 | 2D | 3A | 15F | 25 | 1F |
| Octal | 154 | 62 | 73 | 0 | 66 | 55 | 72 | 537 | 45 | 37 |
| Binary | 1101100 | 110010 | 111011 | 0 | 110110 | 101101 | 111010 | 101011111 | 100101 | 11111 |
Color Harmonies of #6C323B
Complementary color
Monochromatic Colors of #6C323B
Black with #6C323B
Text Example
Text Example
White with #6C323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C323B; }
p { color: rgb(108,50,59); }
H1.HeaderClassName
{
color: #6C323B;
}
.AnyTagClassName
{
color: #6C323B;
}
</style>
background-color css
<style>
a { background-color: #6C323B; }
a { background-color: rgb(108,50,59); }
div.DivClassName
{
background-color: #6C323B;
}
.BgClassName
{
background-color: #6C323B;
}
</style>
border-color css
<style>
span { border-color: #6C323B; }
span { border-color: rgb(108,50,59); }
td.TdClassName
{
border-color: #6C323B;
}
.TagClassName
{
border-color: #6C323B;
}
</style>