Shades of Merlot #693A40
Tints of Merlot #693A40
RGB
CMYK
RGB Variations
Color information
#693A40 (or 0x693A40) is known color: Merlot. HEX triplet: 69, 3A and 40. RGB value is (105,58,64). Sum of RGB (Red+Green+Blue) = 105+58+64=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #693A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A40 is #96C5BF. Grayscale: #484848. Windows color (decimal): -9881024 or 4209257. OLE color: 4209257.
HSL color Cylindrical-coordinate representation of color #693A40: hue angle of 352.34º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #693A40 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 64 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.59 |
| HSL | 352.34º | 0.29% | 0.32% | - |
| HSV(B) | 352.34º | 0.45% | 0.41% | - |
| XYZ | 8.26 | 6.4 | 5.65 | - |
| YUV | 72.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 64 | 0 | 0.45 | 0.39 | 0.59 | 352.34 | 0.29 | 0.32 |
| Hex | 69 | 3A | 40 | 0 | 2D | 27 | 3B | 160 | 1D | 20 |
| Octal | 151 | 72 | 100 | 0 | 55 | 47 | 73 | 540 | 35 | 40 |
| Binary | 1101001 | 111010 | 1000000 | 0 | 101101 | 100111 | 111011 | 101100000 | 11101 | 100000 |
Color Harmonies of #693A40
Complementary color
Monochromatic Colors of #693A40
Black with #693A40
Text Example
Text Example
White with #693A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A40; }
p { color: rgb(105,58,64); }
H1.HeaderClassName
{
color: #693A40;
}
.AnyTagClassName
{
color: #693A40;
}
</style>
background-color css
<style>
a { background-color: #693A40; }
a { background-color: rgb(105,58,64); }
div.DivClassName
{
background-color: #693A40;
}
.BgClassName
{
background-color: #693A40;
}
</style>
border-color css
<style>
span { border-color: #693A40; }
span { border-color: rgb(105,58,64); }
td.TdClassName
{
border-color: #693A40;
}
.TagClassName
{
border-color: #693A40;
}
</style>