Shades of Merlot #66383E
Tints of Merlot #66383E
RGB
CMYK
RGB Variations
Color information
#66383E (or 0x66383E) is known color: Merlot. HEX triplet: 66, 38 and 3E. RGB value is (102,56,62). Sum of RGB (Red+Green+Blue) = 102+56+62=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #66383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66383E is #99C7C1. Grayscale: #464646. Windows color (decimal): -10078146 or 4077670. OLE color: 4077670.
HSL color Cylindrical-coordinate representation of color #66383E: hue angle of 352.17º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66383E is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 62 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.6 |
| HSL | 352.17º | 0.29% | 0.31% | - |
| HSV(B) | 352.17º | 0.45% | 0.4% | - |
| XYZ | 7.76 | 6 | 5.31 | - |
| YUV | 70.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 62 | 0 | 0.45 | 0.39 | 0.6 | 352.17 | 0.29 | 0.31 |
| Hex | 66 | 38 | 3E | 0 | 2D | 27 | 3C | 160 | 1D | 1F |
| Octal | 146 | 70 | 76 | 0 | 55 | 47 | 74 | 540 | 35 | 37 |
| Binary | 1100110 | 111000 | 111110 | 0 | 101101 | 100111 | 111100 | 101100000 | 11101 | 11111 |
Color Harmonies of #66383E
Complementary color
Monochromatic Colors of #66383E
Black with #66383E
Text Example
Text Example
White with #66383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66383E; }
p { color: rgb(102,56,62); }
H1.HeaderClassName
{
color: #66383E;
}
.AnyTagClassName
{
color: #66383E;
}
</style>
background-color css
<style>
a { background-color: #66383E; }
a { background-color: rgb(102,56,62); }
div.DivClassName
{
background-color: #66383E;
}
.BgClassName
{
background-color: #66383E;
}
</style>
border-color css
<style>
span { border-color: #66383E; }
span { border-color: rgb(102,56,62); }
td.TdClassName
{
border-color: #66383E;
}
.TagClassName
{
border-color: #66383E;
}
</style>