Shades of Merlot #6E383D
Tints of Merlot #6E383D
RGB
CMYK
RGB Variations
Color information
#6E383D (or 0x6E383D) is known color: Merlot. HEX triplet: 6E, 38 and 3D. RGB value is (110,56,61). Sum of RGB (Red+Green+Blue) = 110+56+61=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E383D is #91C7C2. Grayscale: #484848. Windows color (decimal): -9553859 or 4012142. OLE color: 4012142.
HSL color Cylindrical-coordinate representation of color #6E383D: hue angle of 354.44º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E383D is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 56 | 61 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.57 |
| HSL | 354.44º | 0.33% | 0.33% | - |
| HSV(B) | 354.44º | 0.49% | 0.43% | - |
| XYZ | 8.69 | 6.48 | 5.21 | - |
| YUV | 72.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 61 | 0 | 0.49 | 0.45 | 0.57 | 354.44 | 0.33 | 0.33 |
| Hex | 6E | 38 | 3D | 0 | 31 | 2D | 39 | 162 | 21 | 21 |
| Octal | 156 | 70 | 75 | 0 | 61 | 55 | 71 | 542 | 41 | 41 |
| Binary | 1101110 | 111000 | 111101 | 0 | 110001 | 101101 | 111001 | 101100010 | 100001 | 100001 |
Color Harmonies of #6E383D
Complementary color
Monochromatic Colors of #6E383D
Black with #6E383D
Text Example
Text Example
White with #6E383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E383D; }
p { color: rgb(110,56,61); }
H1.HeaderClassName
{
color: #6E383D;
}
.AnyTagClassName
{
color: #6E383D;
}
</style>
background-color css
<style>
a { background-color: #6E383D; }
a { background-color: rgb(110,56,61); }
div.DivClassName
{
background-color: #6E383D;
}
.BgClassName
{
background-color: #6E383D;
}
</style>
border-color css
<style>
span { border-color: #6E383D; }
span { border-color: rgb(110,56,61); }
td.TdClassName
{
border-color: #6E383D;
}
.TagClassName
{
border-color: #6E383D;
}
</style>