Shades of Merlot #6B3438
Tints of Merlot #6B3438
RGB
CMYK
RGB Variations
Color information
#6B3438 (or 0x6B3438) is known color: Merlot. HEX triplet: 6B, 34 and 38. RGB value is (107,52,56). Sum of RGB (Red+Green+Blue) = 107+52+56=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3438 is #94CBC7. Grayscale: #444444. Windows color (decimal): -9751496 or 3683435. OLE color: 3683435.
HSL color Cylindrical-coordinate representation of color #6B3438: hue angle of 355.64º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B3438 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 52 | 56 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.58 |
| HSL | 355.64º | 0.35% | 0.31% | - |
| HSV(B) | 355.64º | 0.51% | 0.42% | - |
| XYZ | 8.01 | 5.87 | 4.45 | - |
| YUV | 68.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 52 | 56 | 0 | 0.51 | 0.48 | 0.58 | 355.64 | 0.35 | 0.31 |
| Hex | 6B | 34 | 38 | 0 | 33 | 30 | 3A | 164 | 23 | 1F |
| Octal | 153 | 64 | 70 | 0 | 63 | 60 | 72 | 544 | 43 | 37 |
| Binary | 1101011 | 110100 | 111000 | 0 | 110011 | 110000 | 111010 | 101100100 | 100011 | 11111 |
Color Harmonies of #6B3438
Complementary color
Monochromatic Colors of #6B3438
Black with #6B3438
Text Example
Text Example
White with #6B3438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3438; }
p { color: rgb(107,52,56); }
H1.HeaderClassName
{
color: #6B3438;
}
.AnyTagClassName
{
color: #6B3438;
}
</style>
background-color css
<style>
a { background-color: #6B3438; }
a { background-color: rgb(107,52,56); }
div.DivClassName
{
background-color: #6B3438;
}
.BgClassName
{
background-color: #6B3438;
}
</style>
border-color css
<style>
span { border-color: #6B3438; }
span { border-color: rgb(107,52,56); }
td.TdClassName
{
border-color: #6B3438;
}
.TagClassName
{
border-color: #6B3438;
}
</style>