Shades of Merlot #6F323B
Tints of Merlot #6F323B
RGB
CMYK
RGB Variations
Color information
#6F323B (or 0x6F323B) is known color: Merlot. HEX triplet: 6F, 32 and 3B. RGB value is (111,50,59). Sum of RGB (Red+Green+Blue) = 111+50+59=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F323B is #90CDC4. Grayscale: #454545. Windows color (decimal): -9489861 or 3879535. OLE color: 3879535.
HSL color Cylindrical-coordinate representation of color #6F323B: hue angle of 351.15º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F323B is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 59 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.56 |
| HSL | 351.15º | 0.38% | 0.32% | - |
| HSV(B) | 351.15º | 0.55% | 0.44% | - |
| XYZ | 8.49 | 5.98 | 4.84 | - |
| YUV | 69.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 59 | 0 | 0.55 | 0.47 | 0.56 | 351.15 | 0.38 | 0.32 |
| Hex | 6F | 32 | 3B | 0 | 37 | 2F | 38 | 15F | 26 | 20 |
| Octal | 157 | 62 | 73 | 0 | 67 | 57 | 70 | 537 | 46 | 40 |
| Binary | 1101111 | 110010 | 111011 | 0 | 110111 | 101111 | 111000 | 101011111 | 100110 | 100000 |
Color Harmonies of #6F323B
Complementary color
Monochromatic Colors of #6F323B
Black with #6F323B
Text Example
Text Example
White with #6F323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F323B; }
p { color: rgb(111,50,59); }
H1.HeaderClassName
{
color: #6F323B;
}
.AnyTagClassName
{
color: #6F323B;
}
</style>
background-color css
<style>
a { background-color: #6F323B; }
a { background-color: rgb(111,50,59); }
div.DivClassName
{
background-color: #6F323B;
}
.BgClassName
{
background-color: #6F323B;
}
</style>
border-color css
<style>
span { border-color: #6F323B; }
span { border-color: rgb(111,50,59); }
td.TdClassName
{
border-color: #6F323B;
}
.TagClassName
{
border-color: #6F323B;
}
</style>