Shades of Merlot #66383C
Tints of Merlot #66383C
RGB
CMYK
RGB Variations
Color information
#66383C (or 0x66383C) is known color: Merlot. HEX triplet: 66, 38 and 3C. RGB value is (102,56,60). Sum of RGB (Red+Green+Blue) = 102+56+60=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #66383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66383C is #99C7C3. Grayscale: #464646. Windows color (decimal): -10078148 or 3946598. OLE color: 3946598.
HSL color Cylindrical-coordinate representation of color #66383C: hue angle of 354.78º 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 #66383C is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 60 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.6 |
| HSL | 354.78º | 0.29% | 0.31% | - |
| HSV(B) | 354.78º | 0.45% | 0.4% | - |
| XYZ | 7.71 | 5.98 | 5.02 | - |
| YUV | 70.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 60 | 0 | 0.45 | 0.41 | 0.6 | 354.78 | 0.29 | 0.31 |
| Hex | 66 | 38 | 3C | 0 | 2D | 29 | 3C | 163 | 1D | 1F |
| Octal | 146 | 70 | 74 | 0 | 55 | 51 | 74 | 543 | 35 | 37 |
| Binary | 1100110 | 111000 | 111100 | 0 | 101101 | 101001 | 111100 | 101100011 | 11101 | 11111 |
Color Harmonies of #66383C
Complementary color
Monochromatic Colors of #66383C
Black with #66383C
Text Example
Text Example
White with #66383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66383C; }
p { color: rgb(102,56,60); }
H1.HeaderClassName
{
color: #66383C;
}
.AnyTagClassName
{
color: #66383C;
}
</style>
background-color css
<style>
a { background-color: #66383C; }
a { background-color: rgb(102,56,60); }
div.DivClassName
{
background-color: #66383C;
}
.BgClassName
{
background-color: #66383C;
}
</style>
border-color css
<style>
span { border-color: #66383C; }
span { border-color: rgb(102,56,60); }
td.TdClassName
{
border-color: #66383C;
}
.TagClassName
{
border-color: #66383C;
}
</style>