Shades of Merlot #6B353A
Tints of Merlot #6B353A
RGB
CMYK
RGB Variations
Color information
#6B353A (or 0x6B353A) is known color: Merlot. HEX triplet: 6B, 35 and 3A. RGB value is (107,53,58). Sum of RGB (Red+Green+Blue) = 107+53+58=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B353A is #94CAC5. Grayscale: #454545. Windows color (decimal): -9751238 or 3814763. OLE color: 3814763.
HSL color Cylindrical-coordinate representation of color #6B353A: hue angle of 354.44º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B353A is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 53 | 58 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.58 |
| HSL | 354.44º | 0.34% | 0.31% | - |
| HSV(B) | 354.44º | 0.5% | 0.42% | - |
| XYZ | 8.1 | 5.98 | 4.73 | - |
| YUV | 69.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 53 | 58 | 0 | 0.50 | 0.46 | 0.58 | 354.44 | 0.34 | 0.31 |
| Hex | 6B | 35 | 3A | 0 | 32 | 2E | 3A | 162 | 22 | 1F |
| Octal | 153 | 65 | 72 | 0 | 62 | 56 | 72 | 542 | 42 | 37 |
| Binary | 1101011 | 110101 | 111010 | 0 | 110010 | 101110 | 111010 | 101100010 | 100010 | 11111 |
Color Harmonies of #6B353A
Complementary color
Monochromatic Colors of #6B353A
Black with #6B353A
Text Example
Text Example
White with #6B353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B353A; }
p { color: rgb(107,53,58); }
H1.HeaderClassName
{
color: #6B353A;
}
.AnyTagClassName
{
color: #6B353A;
}
</style>
background-color css
<style>
a { background-color: #6B353A; }
a { background-color: rgb(107,53,58); }
div.DivClassName
{
background-color: #6B353A;
}
.BgClassName
{
background-color: #6B353A;
}
</style>
border-color css
<style>
span { border-color: #6B353A; }
span { border-color: rgb(107,53,58); }
td.TdClassName
{
border-color: #6B353A;
}
.TagClassName
{
border-color: #6B353A;
}
</style>