Shades of Merlot #6B363E
Tints of Merlot #6B363E
RGB
CMYK
RGB Variations
Color information
#6B363E (or 0x6B363E) is known color: Merlot. HEX triplet: 6B, 36 and 3E. RGB value is (107,54,62). Sum of RGB (Red+Green+Blue) = 107+54+62=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B363E is #94C9C1. Grayscale: #464646. Windows color (decimal): -9750978 or 4077163. OLE color: 4077163.
HSL color Cylindrical-coordinate representation of color #6B363E: hue angle of 350.94º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B363E is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 54 | 62 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.58 |
| HSL | 350.94º | 0.33% | 0.32% | - |
| HSV(B) | 350.94º | 0.5% | 0.42% | - |
| XYZ | 8.25 | 6.11 | 5.3 | - |
| YUV | 70.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 62 | 0 | 0.50 | 0.42 | 0.58 | 350.94 | 0.33 | 0.32 |
| Hex | 6B | 36 | 3E | 0 | 32 | 2A | 3A | 15F | 21 | 20 |
| Octal | 153 | 66 | 76 | 0 | 62 | 52 | 72 | 537 | 41 | 40 |
| Binary | 1101011 | 110110 | 111110 | 0 | 110010 | 101010 | 111010 | 101011111 | 100001 | 100000 |
Color Harmonies of #6B363E
Complementary color
Monochromatic Colors of #6B363E
Black with #6B363E
Text Example
Text Example
White with #6B363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B363E; }
p { color: rgb(107,54,62); }
H1.HeaderClassName
{
color: #6B363E;
}
.AnyTagClassName
{
color: #6B363E;
}
</style>
background-color css
<style>
a { background-color: #6B363E; }
a { background-color: rgb(107,54,62); }
div.DivClassName
{
background-color: #6B363E;
}
.BgClassName
{
background-color: #6B363E;
}
</style>
border-color css
<style>
span { border-color: #6B363E; }
span { border-color: rgb(107,54,62); }
td.TdClassName
{
border-color: #6B363E;
}
.TagClassName
{
border-color: #6B363E;
}
</style>