Shades of Merlot #663739
Tints of Merlot #663739
RGB
CMYK
RGB Variations
Color information
#663739 (or 0x663739) is known color: Merlot. HEX triplet: 66, 37 and 39. RGB value is (102,55,57). Sum of RGB (Red+Green+Blue) = 102+55+57=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #663739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663739 is #99C8C6. Grayscale: #454545. Windows color (decimal): -10078407 or 3749734. OLE color: 3749734.
HSL color Cylindrical-coordinate representation of color #663739: hue angle of 357.45º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #663739 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 55 | 57 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.6 |
| HSL | 357.45º | 0.3% | 0.31% | - |
| HSV(B) | 357.45º | 0.46% | 0.4% | - |
| XYZ | 7.58 | 5.85 | 4.6 | - |
| YUV | 69.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 57 | 0 | 0.46 | 0.44 | 0.6 | 357.45 | 0.3 | 0.31 |
| Hex | 66 | 37 | 39 | 0 | 2E | 2C | 3C | 165 | 1E | 1F |
| Octal | 146 | 67 | 71 | 0 | 56 | 54 | 74 | 545 | 36 | 37 |
| Binary | 1100110 | 110111 | 111001 | 0 | 101110 | 101100 | 111100 | 101100101 | 11110 | 11111 |
Color Harmonies of #663739
Complementary color
Monochromatic Colors of #663739
Black with #663739
Text Example
Text Example
White with #663739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663739; }
p { color: rgb(102,55,57); }
H1.HeaderClassName
{
color: #663739;
}
.AnyTagClassName
{
color: #663739;
}
</style>
background-color css
<style>
a { background-color: #663739; }
a { background-color: rgb(102,55,57); }
div.DivClassName
{
background-color: #663739;
}
.BgClassName
{
background-color: #663739;
}
</style>
border-color css
<style>
span { border-color: #663739; }
span { border-color: rgb(102,55,57); }
td.TdClassName
{
border-color: #663739;
}
.TagClassName
{
border-color: #663739;
}
</style>