Shades of Merlot #68363C
Tints of Merlot #68363C
RGB
CMYK
RGB Variations
Color information
#68363C (or 0x68363C) is known color: Merlot. HEX triplet: 68, 36 and 3C. RGB value is (104,54,60). Sum of RGB (Red+Green+Blue) = 104+54+60=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68363C is #97C9C3. Grayscale: #454545. Windows color (decimal): -9947588 or 3946088. OLE color: 3946088.
HSL color Cylindrical-coordinate representation of color #68363C: hue angle of 352.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68363C is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 54 | 60 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.59 |
| HSL | 352.8º | 0.32% | 0.31% | - |
| HSV(B) | 352.8º | 0.48% | 0.41% | - |
| XYZ | 7.84 | 5.91 | 5 | - |
| YUV | 69.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 60 | 0 | 0.48 | 0.42 | 0.59 | 352.8 | 0.32 | 0.31 |
| Hex | 68 | 36 | 3C | 0 | 30 | 2A | 3B | 161 | 20 | 1F |
| Octal | 150 | 66 | 74 | 0 | 60 | 52 | 73 | 541 | 40 | 37 |
| Binary | 1101000 | 110110 | 111100 | 0 | 110000 | 101010 | 111011 | 101100001 | 100000 | 11111 |
Color Harmonies of #68363C
Complementary color
Monochromatic Colors of #68363C
Black with #68363C
Text Example
Text Example
White with #68363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68363C; }
p { color: rgb(104,54,60); }
H1.HeaderClassName
{
color: #68363C;
}
.AnyTagClassName
{
color: #68363C;
}
</style>
background-color css
<style>
a { background-color: #68363C; }
a { background-color: rgb(104,54,60); }
div.DivClassName
{
background-color: #68363C;
}
.BgClassName
{
background-color: #68363C;
}
</style>
border-color css
<style>
span { border-color: #68363C; }
span { border-color: rgb(104,54,60); }
td.TdClassName
{
border-color: #68363C;
}
.TagClassName
{
border-color: #68363C;
}
</style>