Shades of Merlot #683436
Tints of Merlot #683436
RGB
CMYK
RGB Variations
Color information
#683436 (or 0x683436) is known color: Merlot. HEX triplet: 68, 34 and 36. RGB value is (104,52,54). Sum of RGB (Red+Green+Blue) = 104+52+54=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #683436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683436 is #97CBC9. Grayscale: #434343. Windows color (decimal): -9948106 or 3552360. OLE color: 3552360.
HSL color Cylindrical-coordinate representation of color #683436: hue angle of 357.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #683436 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 52 | 54 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.59 |
| HSL | 357.69º | 0.33% | 0.31% | - |
| HSV(B) | 357.69º | 0.5% | 0.41% | - |
| XYZ | 7.6 | 5.67 | 4.18 | - |
| YUV | 67.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 54 | 0 | 0.50 | 0.48 | 0.59 | 357.69 | 0.33 | 0.31 |
| Hex | 68 | 34 | 36 | 0 | 32 | 30 | 3B | 166 | 21 | 1F |
| Octal | 150 | 64 | 66 | 0 | 62 | 60 | 73 | 546 | 41 | 37 |
| Binary | 1101000 | 110100 | 110110 | 0 | 110010 | 110000 | 111011 | 101100110 | 100001 | 11111 |
Color Harmonies of #683436
Complementary color
Monochromatic Colors of #683436
Black with #683436
Text Example
Text Example
White with #683436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683436; }
p { color: rgb(104,52,54); }
H1.HeaderClassName
{
color: #683436;
}
.AnyTagClassName
{
color: #683436;
}
</style>
background-color css
<style>
a { background-color: #683436; }
a { background-color: rgb(104,52,54); }
div.DivClassName
{
background-color: #683436;
}
.BgClassName
{
background-color: #683436;
}
</style>
border-color css
<style>
span { border-color: #683436; }
span { border-color: rgb(104,52,54); }
td.TdClassName
{
border-color: #683436;
}
.TagClassName
{
border-color: #683436;
}
</style>