Shades of Mortar #564C4E
Tints of Mortar #564C4E
RGB
CMYK
RGB Variations
Color information
#564C4E (or 0x564C4E) is known color: Mortar. HEX triplet: 56, 4C and 4E. RGB value is (86,76,78). Sum of RGB (Red+Green+Blue) = 86+76+78=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 86 - color contains mainly: red. Hex color #564C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C4E is #A9B3B1. Grayscale: #4F4F4F. Windows color (decimal): -11121586 or 5131350. OLE color: 5131350.
HSL color Cylindrical-coordinate representation of color #564C4E: hue angle of 348º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #564C4E is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 78 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.66 |
| HSL | 348º | 0.06% | 0.32% | - |
| HSV(B) | 348º | 0.12% | 0.34% | - |
| XYZ | 7.8 | 7.7 | 8.28 | - |
| YUV | 79.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 78 | 0 | 0.12 | 0.09 | 0.66 | 348 | 0.06 | 0.32 |
| Hex | 56 | 4C | 4E | 0 | C | 9 | 42 | 15C | 6 | 20 |
| Octal | 126 | 114 | 116 | 0 | 14 | 11 | 102 | 534 | 6 | 40 |
| Binary | 1010110 | 1001100 | 1001110 | 0 | 1100 | 1001 | 1000010 | 101011100 | 110 | 100000 |
Color Harmonies of #564C4E
Complementary color
Monochromatic Colors of #564C4E
Black with #564C4E
Text Example
Text Example
White with #564C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C4E; }
p { color: rgb(86,76,78); }
H1.HeaderClassName
{
color: #564C4E;
}
.AnyTagClassName
{
color: #564C4E;
}
</style>
background-color css
<style>
a { background-color: #564C4E; }
a { background-color: rgb(86,76,78); }
div.DivClassName
{
background-color: #564C4E;
}
.BgClassName
{
background-color: #564C4E;
}
</style>
border-color css
<style>
span { border-color: #564C4E; }
span { border-color: rgb(86,76,78); }
td.TdClassName
{
border-color: #564C4E;
}
.TagClassName
{
border-color: #564C4E;
}
</style>