Shades of Merlot #683637
Tints of Merlot #683637
RGB
CMYK
RGB Variations
Color information
#683637 (or 0x683637) is known color: Merlot. HEX triplet: 68, 36 and 37. RGB value is (104,54,55). Sum of RGB (Red+Green+Blue) = 104+54+55=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #683637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683637 is #97C9C8. Grayscale: #454545. Windows color (decimal): -9947593 or 3618408. OLE color: 3618408.
HSL color Cylindrical-coordinate representation of color #683637: hue angle of 358.8º 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 #683637 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 54 | 55 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.59 |
| HSL | 358.8º | 0.32% | 0.31% | - |
| HSV(B) | 358.8º | 0.48% | 0.41% | - |
| XYZ | 7.72 | 5.86 | 4.34 | - |
| YUV | 69.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 55 | 0 | 0.48 | 0.47 | 0.59 | 358.8 | 0.32 | 0.31 |
| Hex | 68 | 36 | 37 | 0 | 30 | 2F | 3B | 167 | 20 | 1F |
| Octal | 150 | 66 | 67 | 0 | 60 | 57 | 73 | 547 | 40 | 37 |
| Binary | 1101000 | 110110 | 110111 | 0 | 110000 | 101111 | 111011 | 101100111 | 100000 | 11111 |
Color Harmonies of #683637
Complementary color
Monochromatic Colors of #683637
Black with #683637
Text Example
Text Example
White with #683637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683637; }
p { color: rgb(104,54,55); }
H1.HeaderClassName
{
color: #683637;
}
.AnyTagClassName
{
color: #683637;
}
</style>
background-color css
<style>
a { background-color: #683637; }
a { background-color: rgb(104,54,55); }
div.DivClassName
{
background-color: #683637;
}
.BgClassName
{
background-color: #683637;
}
</style>
border-color css
<style>
span { border-color: #683637; }
span { border-color: rgb(104,54,55); }
td.TdClassName
{
border-color: #683637;
}
.TagClassName
{
border-color: #683637;
}
</style>