Shades of Merlot #68383E
Tints of Merlot #68383E
RGB
CMYK
RGB Variations
Color information
#68383E (or 0x68383E) is known color: Merlot. HEX triplet: 68, 38 and 3E. RGB value is (104,56,62). Sum of RGB (Red+Green+Blue) = 104+56+62=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #68383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68383E is #97C7C1. Grayscale: #474747. Windows color (decimal): -9947074 or 4077672. OLE color: 4077672.
HSL color Cylindrical-coordinate representation of color #68383E: hue angle of 352.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68383E is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 62 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.59 |
| HSL | 352.5º | 0.3% | 0.31% | - |
| HSV(B) | 352.5º | 0.46% | 0.41% | - |
| XYZ | 7.99 | 6.12 | 5.32 | - |
| YUV | 71.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 62 | 0 | 0.46 | 0.40 | 0.59 | 352.5 | 0.3 | 0.31 |
| Hex | 68 | 38 | 3E | 0 | 2E | 28 | 3B | 160 | 1E | 1F |
| Octal | 150 | 70 | 76 | 0 | 56 | 50 | 73 | 540 | 36 | 37 |
| Binary | 1101000 | 111000 | 111110 | 0 | 101110 | 101000 | 111011 | 101100000 | 11110 | 11111 |
Color Harmonies of #68383E
Complementary color
Monochromatic Colors of #68383E
Black with #68383E
Text Example
Text Example
White with #68383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68383E; }
p { color: rgb(104,56,62); }
H1.HeaderClassName
{
color: #68383E;
}
.AnyTagClassName
{
color: #68383E;
}
</style>
background-color css
<style>
a { background-color: #68383E; }
a { background-color: rgb(104,56,62); }
div.DivClassName
{
background-color: #68383E;
}
.BgClassName
{
background-color: #68383E;
}
</style>
border-color css
<style>
span { border-color: #68383E; }
span { border-color: rgb(104,56,62); }
td.TdClassName
{
border-color: #68383E;
}
.TagClassName
{
border-color: #68383E;
}
</style>