Shades of Mortar #564D4E
Tints of Mortar #564D4E
RGB
CMYK
RGB Variations
Color information
#564D4E (or 0x564D4E) is known color: Mortar. HEX triplet: 56, 4D and 4E. RGB value is (86,77,78). Sum of RGB (Red+Green+Blue) = 86+77+78=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 86 - color contains mainly: red. Hex color #564D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D4E is #A9B2B1. Grayscale: #4F4F4F. Windows color (decimal): -11121330 or 5131606. OLE color: 5131606.
HSL color Cylindrical-coordinate representation of color #564D4E: hue angle of 353.33º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #564D4E is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 77 | 78 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.66 |
| HSL | 353.33º | 0.06% | 0.32% | - |
| HSV(B) | 353.33º | 0.1% | 0.34% | - |
| XYZ | 7.87 | 7.84 | 8.31 | - |
| YUV | 79.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 78 | 0 | 0.10 | 0.09 | 0.66 | 353.33 | 0.06 | 0.32 |
| Hex | 56 | 4D | 4E | 0 | A | 9 | 42 | 161 | 6 | 20 |
| Octal | 126 | 115 | 116 | 0 | 12 | 11 | 102 | 541 | 6 | 40 |
| Binary | 1010110 | 1001101 | 1001110 | 0 | 1010 | 1001 | 1000010 | 101100001 | 110 | 100000 |
Color Harmonies of #564D4E
Complementary color
Monochromatic Colors of #564D4E
Black with #564D4E
Text Example
Text Example
White with #564D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564D4E; }
p { color: rgb(86,77,78); }
H1.HeaderClassName
{
color: #564D4E;
}
.AnyTagClassName
{
color: #564D4E;
}
</style>
background-color css
<style>
a { background-color: #564D4E; }
a { background-color: rgb(86,77,78); }
div.DivClassName
{
background-color: #564D4E;
}
.BgClassName
{
background-color: #564D4E;
}
</style>
border-color css
<style>
span { border-color: #564D4E; }
span { border-color: rgb(86,77,78); }
td.TdClassName
{
border-color: #564D4E;
}
.TagClassName
{
border-color: #564D4E;
}
</style>