Shades of Merlot #6A323C
Tints of Merlot #6A323C
RGB
CMYK
RGB Variations
Color information
#6A323C (or 0x6A323C) is known color: Merlot. HEX triplet: 6A, 32 and 3C. RGB value is (106,50,60). Sum of RGB (Red+Green+Blue) = 106+50+60=216 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.07% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 106 - color contains mainly: red. Hex color #6A323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A323C is #95CDC3. Grayscale: #434343. Windows color (decimal): -9817540 or 3945066. OLE color: 3945066.
HSL color Cylindrical-coordinate representation of color #6A323C: hue angle of 349.29º 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 #6A323C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 50 | 60 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.58 |
| HSL | 349.29º | 0.36% | 0.31% | - |
| HSV(B) | 349.29º | 0.53% | 0.42% | - |
| XYZ | 7.9 | 5.67 | 4.95 | - |
| YUV | 67.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 50 | 60 | 0 | 0.53 | 0.43 | 0.58 | 349.29 | 0.36 | 0.31 |
| Hex | 6A | 32 | 3C | 0 | 35 | 2B | 3A | 15D | 24 | 1F |
| Octal | 152 | 62 | 74 | 0 | 65 | 53 | 72 | 535 | 44 | 37 |
| Binary | 1101010 | 110010 | 111100 | 0 | 110101 | 101011 | 111010 | 101011101 | 100100 | 11111 |
Color Harmonies of #6A323C
Complementary color
Monochromatic Colors of #6A323C
Black with #6A323C
Text Example
Text Example
White with #6A323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A323C; }
p { color: rgb(106,50,60); }
H1.HeaderClassName
{
color: #6A323C;
}
.AnyTagClassName
{
color: #6A323C;
}
</style>
background-color css
<style>
a { background-color: #6A323C; }
a { background-color: rgb(106,50,60); }
div.DivClassName
{
background-color: #6A323C;
}
.BgClassName
{
background-color: #6A323C;
}
</style>
border-color css
<style>
span { border-color: #6A323C; }
span { border-color: rgb(106,50,60); }
td.TdClassName
{
border-color: #6A323C;
}
.TagClassName
{
border-color: #6A323C;
}
</style>