Shades of Merlot #663738
Tints of Merlot #663738
RGB
CMYK
RGB Variations
Color information
#663738 (or 0x663738) is known color: Merlot. HEX triplet: 66, 37 and 38. RGB value is (102,55,56). Sum of RGB (Red+Green+Blue) = 102+55+56=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #663738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663738 is #99C8C7. Grayscale: #454545. Windows color (decimal): -10078408 or 3684198. OLE color: 3684198.
HSL color Cylindrical-coordinate representation of color #663738: hue angle of 358.72º 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 #663738 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 55 | 56 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.6 |
| HSL | 358.72º | 0.3% | 0.31% | - |
| HSV(B) | 358.72º | 0.46% | 0.4% | - |
| XYZ | 7.56 | 5.84 | 4.47 | - |
| YUV | 69.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 56 | 0 | 0.46 | 0.45 | 0.6 | 358.72 | 0.3 | 0.31 |
| Hex | 66 | 37 | 38 | 0 | 2E | 2D | 3C | 167 | 1E | 1F |
| Octal | 146 | 67 | 70 | 0 | 56 | 55 | 74 | 547 | 36 | 37 |
| Binary | 1100110 | 110111 | 111000 | 0 | 101110 | 101101 | 111100 | 101100111 | 11110 | 11111 |
Color Harmonies of #663738
Complementary color
Monochromatic Colors of #663738
Black with #663738
Text Example
Text Example
White with #663738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663738; }
p { color: rgb(102,55,56); }
H1.HeaderClassName
{
color: #663738;
}
.AnyTagClassName
{
color: #663738;
}
</style>
background-color css
<style>
a { background-color: #663738; }
a { background-color: rgb(102,55,56); }
div.DivClassName
{
background-color: #663738;
}
.BgClassName
{
background-color: #663738;
}
</style>
border-color css
<style>
span { border-color: #663738; }
span { border-color: rgb(102,55,56); }
td.TdClassName
{
border-color: #663738;
}
.TagClassName
{
border-color: #663738;
}
</style>