Shades of Merlot #6A323B
Tints of Merlot #6A323B
RGB
CMYK
RGB Variations
Color information
#6A323B (or 0x6A323B) is known color: Merlot. HEX triplet: 6A, 32 and 3B. RGB value is (106,50,59). Sum of RGB (Red+Green+Blue) = 106+50+59=215 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.30% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 106 - color contains mainly: red. Hex color #6A323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A323B is #95CDC4. Grayscale: #434343. Windows color (decimal): -9817541 or 3879530. OLE color: 3879530.
HSL color Cylindrical-coordinate representation of color #6A323B: hue angle of 350.36º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A323B is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 50 | 59 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.58 |
| HSL | 350.36º | 0.36% | 0.31% | - |
| HSV(B) | 350.36º | 0.53% | 0.42% | - |
| XYZ | 7.87 | 5.66 | 4.82 | - |
| YUV | 67.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 50 | 59 | 0 | 0.53 | 0.44 | 0.58 | 350.36 | 0.36 | 0.31 |
| Hex | 6A | 32 | 3B | 0 | 35 | 2C | 3A | 15E | 24 | 1F |
| Octal | 152 | 62 | 73 | 0 | 65 | 54 | 72 | 536 | 44 | 37 |
| Binary | 1101010 | 110010 | 111011 | 0 | 110101 | 101100 | 111010 | 101011110 | 100100 | 11111 |
Color Harmonies of #6A323B
Complementary color
Monochromatic Colors of #6A323B
Black with #6A323B
Text Example
Text Example
White with #6A323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A323B; }
p { color: rgb(106,50,59); }
H1.HeaderClassName
{
color: #6A323B;
}
.AnyTagClassName
{
color: #6A323B;
}
</style>
background-color css
<style>
a { background-color: #6A323B; }
a { background-color: rgb(106,50,59); }
div.DivClassName
{
background-color: #6A323B;
}
.BgClassName
{
background-color: #6A323B;
}
</style>
border-color css
<style>
span { border-color: #6A323B; }
span { border-color: rgb(106,50,59); }
td.TdClassName
{
border-color: #6A323B;
}
.TagClassName
{
border-color: #6A323B;
}
</style>