Shades of Merlot #6F383B
Tints of Merlot #6F383B
RGB
CMYK
RGB Variations
Color information
#6F383B (or 0x6F383B) is known color: Merlot. HEX triplet: 6F, 38 and 3B. RGB value is (111,56,59). Sum of RGB (Red+Green+Blue) = 111+56+59=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F383B is #90C7C4. Grayscale: #484848. Windows color (decimal): -9488325 or 3881071. OLE color: 3881071.
HSL color Cylindrical-coordinate representation of color #6F383B: hue angle of 356.73º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F383B is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 59 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.56 |
| HSL | 356.73º | 0.33% | 0.33% | - |
| HSV(B) | 356.73º | 0.5% | 0.44% | - |
| XYZ | 8.76 | 6.52 | 4.94 | - |
| YUV | 72.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 59 | 0 | 0.50 | 0.47 | 0.56 | 356.73 | 0.33 | 0.33 |
| Hex | 6F | 38 | 3B | 0 | 32 | 2F | 38 | 165 | 21 | 21 |
| Octal | 157 | 70 | 73 | 0 | 62 | 57 | 70 | 545 | 41 | 41 |
| Binary | 1101111 | 111000 | 111011 | 0 | 110010 | 101111 | 111000 | 101100101 | 100001 | 100001 |
Color Harmonies of #6F383B
Complementary color
Monochromatic Colors of #6F383B
Black with #6F383B
Text Example
Text Example
White with #6F383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F383B; }
p { color: rgb(111,56,59); }
H1.HeaderClassName
{
color: #6F383B;
}
.AnyTagClassName
{
color: #6F383B;
}
</style>
background-color css
<style>
a { background-color: #6F383B; }
a { background-color: rgb(111,56,59); }
div.DivClassName
{
background-color: #6F383B;
}
.BgClassName
{
background-color: #6F383B;
}
</style>
border-color css
<style>
span { border-color: #6F383B; }
span { border-color: rgb(111,56,59); }
td.TdClassName
{
border-color: #6F383B;
}
.TagClassName
{
border-color: #6F383B;
}
</style>