Shades of Merlot #6F383D
Tints of Merlot #6F383D
RGB
CMYK
RGB Variations
Color information
#6F383D (or 0x6F383D) is known color: Merlot. HEX triplet: 6F, 38 and 3D. RGB value is (111,56,61). Sum of RGB (Red+Green+Blue) = 111+56+61=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F383D is #90C7C2. Grayscale: #494949. Windows color (decimal): -9488323 or 4012143. OLE color: 4012143.
HSL color Cylindrical-coordinate representation of color #6F383D: hue angle of 354.55º 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 #6F383D is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 61 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.56 |
| HSL | 354.55º | 0.33% | 0.33% | - |
| HSV(B) | 354.55º | 0.5% | 0.44% | - |
| XYZ | 8.81 | 6.54 | 5.21 | - |
| YUV | 73.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 61 | 0 | 0.50 | 0.45 | 0.56 | 354.55 | 0.33 | 0.33 |
| Hex | 6F | 38 | 3D | 0 | 32 | 2D | 38 | 163 | 21 | 21 |
| Octal | 157 | 70 | 75 | 0 | 62 | 55 | 70 | 543 | 41 | 41 |
| Binary | 1101111 | 111000 | 111101 | 0 | 110010 | 101101 | 111000 | 101100011 | 100001 | 100001 |
Color Harmonies of #6F383D
Complementary color
Monochromatic Colors of #6F383D
Black with #6F383D
Text Example
Text Example
White with #6F383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F383D; }
p { color: rgb(111,56,61); }
H1.HeaderClassName
{
color: #6F383D;
}
.AnyTagClassName
{
color: #6F383D;
}
</style>
background-color css
<style>
a { background-color: #6F383D; }
a { background-color: rgb(111,56,61); }
div.DivClassName
{
background-color: #6F383D;
}
.BgClassName
{
background-color: #6F383D;
}
</style>
border-color css
<style>
span { border-color: #6F383D; }
span { border-color: rgb(111,56,61); }
td.TdClassName
{
border-color: #6F383D;
}
.TagClassName
{
border-color: #6F383D;
}
</style>