Shades of Merlot #68363E
Tints of Merlot #68363E
RGB
CMYK
RGB Variations
Color information
#68363E (or 0x68363E) is known color: Merlot. HEX triplet: 68, 36 and 3E. RGB value is (104,54,62). Sum of RGB (Red+Green+Blue) = 104+54+62=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68363E is #97C9C1. Grayscale: #454545. Windows color (decimal): -9947586 or 4077160. OLE color: 4077160.
HSL color Cylindrical-coordinate representation of color #68363E: hue angle of 350.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68363E is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 54 | 62 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.59 |
| HSL | 350.4º | 0.32% | 0.31% | - |
| HSV(B) | 350.4º | 0.48% | 0.41% | - |
| XYZ | 7.9 | 5.93 | 5.29 | - |
| YUV | 69.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 62 | 0 | 0.48 | 0.40 | 0.59 | 350.4 | 0.32 | 0.31 |
| Hex | 68 | 36 | 3E | 0 | 30 | 28 | 3B | 15E | 20 | 1F |
| Octal | 150 | 66 | 76 | 0 | 60 | 50 | 73 | 536 | 40 | 37 |
| Binary | 1101000 | 110110 | 111110 | 0 | 110000 | 101000 | 111011 | 101011110 | 100000 | 11111 |
Color Harmonies of #68363E
Complementary color
Monochromatic Colors of #68363E
Black with #68363E
Text Example
Text Example
White with #68363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68363E; }
p { color: rgb(104,54,62); }
H1.HeaderClassName
{
color: #68363E;
}
.AnyTagClassName
{
color: #68363E;
}
</style>
background-color css
<style>
a { background-color: #68363E; }
a { background-color: rgb(104,54,62); }
div.DivClassName
{
background-color: #68363E;
}
.BgClassName
{
background-color: #68363E;
}
</style>
border-color css
<style>
span { border-color: #68363E; }
span { border-color: rgb(104,54,62); }
td.TdClassName
{
border-color: #68363E;
}
.TagClassName
{
border-color: #68363E;
}
</style>