Shades of Merlot #6B333E
Tints of Merlot #6B333E
RGB
CMYK
RGB Variations
Color information
#6B333E (or 0x6B333E) is known color: Merlot. HEX triplet: 6B, 33 and 3E. RGB value is (107,51,62). Sum of RGB (Red+Green+Blue) = 107+51+62=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B333E is #94CCC1. Grayscale: #454545. Windows color (decimal): -9751746 or 4076395. OLE color: 4076395.
HSL color Cylindrical-coordinate representation of color #6B333E: hue angle of 348.21º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B333E is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 51 | 62 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.58 |
| HSL | 348.21º | 0.35% | 0.31% | - |
| HSV(B) | 348.21º | 0.52% | 0.42% | - |
| XYZ | 8.12 | 5.84 | 5.26 | - |
| YUV | 69 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 51 | 62 | 0 | 0.52 | 0.42 | 0.58 | 348.21 | 0.35 | 0.31 |
| Hex | 6B | 33 | 3E | 0 | 34 | 2A | 3A | 15C | 23 | 1F |
| Octal | 153 | 63 | 76 | 0 | 64 | 52 | 72 | 534 | 43 | 37 |
| Binary | 1101011 | 110011 | 111110 | 0 | 110100 | 101010 | 111010 | 101011100 | 100011 | 11111 |
Color Harmonies of #6B333E
Complementary color
Monochromatic Colors of #6B333E
Black with #6B333E
Text Example
Text Example
White with #6B333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B333E; }
p { color: rgb(107,51,62); }
H1.HeaderClassName
{
color: #6B333E;
}
.AnyTagClassName
{
color: #6B333E;
}
</style>
background-color css
<style>
a { background-color: #6B333E; }
a { background-color: rgb(107,51,62); }
div.DivClassName
{
background-color: #6B333E;
}
.BgClassName
{
background-color: #6B333E;
}
</style>
border-color css
<style>
span { border-color: #6B333E; }
span { border-color: rgb(107,51,62); }
td.TdClassName
{
border-color: #6B333E;
}
.TagClassName
{
border-color: #6B333E;
}
</style>