Shades of Merlot #6B363C
Tints of Merlot #6B363C
RGB
CMYK
RGB Variations
Color information
#6B363C (or 0x6B363C) is known color: Merlot. HEX triplet: 6B, 36 and 3C. RGB value is (107,54,60). Sum of RGB (Red+Green+Blue) = 107+54+60=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B363C is #94C9C3. Grayscale: #464646. Windows color (decimal): -9750980 or 3946091. OLE color: 3946091.
HSL color Cylindrical-coordinate representation of color #6B363C: hue angle of 353.21º 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 #6B363C is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 54 | 60 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.58 |
| HSL | 353.21º | 0.33% | 0.32% | - |
| HSV(B) | 353.21º | 0.5% | 0.42% | - |
| XYZ | 8.2 | 6.09 | 5.02 | - |
| YUV | 70.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 60 | 0 | 0.50 | 0.44 | 0.58 | 353.21 | 0.33 | 0.32 |
| Hex | 6B | 36 | 3C | 0 | 32 | 2C | 3A | 161 | 21 | 20 |
| Octal | 153 | 66 | 74 | 0 | 62 | 54 | 72 | 541 | 41 | 40 |
| Binary | 1101011 | 110110 | 111100 | 0 | 110010 | 101100 | 111010 | 101100001 | 100001 | 100000 |
Color Harmonies of #6B363C
Complementary color
Monochromatic Colors of #6B363C
Black with #6B363C
Text Example
Text Example
White with #6B363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B363C; }
p { color: rgb(107,54,60); }
H1.HeaderClassName
{
color: #6B363C;
}
.AnyTagClassName
{
color: #6B363C;
}
</style>
background-color css
<style>
a { background-color: #6B363C; }
a { background-color: rgb(107,54,60); }
div.DivClassName
{
background-color: #6B363C;
}
.BgClassName
{
background-color: #6B363C;
}
</style>
border-color css
<style>
span { border-color: #6B363C; }
span { border-color: rgb(107,54,60); }
td.TdClassName
{
border-color: #6B363C;
}
.TagClassName
{
border-color: #6B363C;
}
</style>