Shades of Merlot #6B393B
Tints of Merlot #6B393B
RGB
CMYK
RGB Variations
Color information
#6B393B (or 0x6B393B) is known color: Merlot. HEX triplet: 6B, 39 and 3B. RGB value is (107,57,59). Sum of RGB (Red+Green+Blue) = 107+57+59=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B393B is #94C6C4. Grayscale: #484848. Windows color (decimal): -9750213 or 3881323. OLE color: 3881323.
HSL color Cylindrical-coordinate representation of color #6B393B: hue angle of 357.6º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B393B is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 57 | 59 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.58 |
| HSL | 357.6º | 0.3% | 0.32% | - |
| HSV(B) | 357.6º | 0.47% | 0.42% | - |
| XYZ | 8.32 | 6.37 | 4.93 | - |
| YUV | 72.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 57 | 59 | 0 | 0.47 | 0.45 | 0.58 | 357.6 | 0.3 | 0.32 |
| Hex | 6B | 39 | 3B | 0 | 2F | 2D | 3A | 166 | 1E | 20 |
| Octal | 153 | 71 | 73 | 0 | 57 | 55 | 72 | 546 | 36 | 40 |
| Binary | 1101011 | 111001 | 111011 | 0 | 101111 | 101101 | 111010 | 101100110 | 11110 | 100000 |
Color Harmonies of #6B393B
Complementary color
Monochromatic Colors of #6B393B
Black with #6B393B
Text Example
Text Example
White with #6B393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B393B; }
p { color: rgb(107,57,59); }
H1.HeaderClassName
{
color: #6B393B;
}
.AnyTagClassName
{
color: #6B393B;
}
</style>
background-color css
<style>
a { background-color: #6B393B; }
a { background-color: rgb(107,57,59); }
div.DivClassName
{
background-color: #6B393B;
}
.BgClassName
{
background-color: #6B393B;
}
</style>
border-color css
<style>
span { border-color: #6B393B; }
span { border-color: rgb(107,57,59); }
td.TdClassName
{
border-color: #6B393B;
}
.TagClassName
{
border-color: #6B393B;
}
</style>