Shades of Mondo #564F47
Tints of Mondo #564F47
RGB
CMYK
RGB Variations
Color information
#564F47 (or 0x564F47) is known color: Mondo. HEX triplet: 56, 4F and 47. RGB value is (86,79,71). Sum of RGB (Red+Green+Blue) = 86+79+71=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 86 - color contains mainly: red. Hex color #564F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564F47 is #A9B0B8. Grayscale: #505050. Windows color (decimal): -11120825 or 4673366. OLE color: 4673366.
HSL color Cylindrical-coordinate representation of color #564F47: hue angle of 32º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #564F47 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 71 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.66 |
| HSL | 32º | 0.1% | 0.31% | - |
| HSV(B) | 32º | 0.17% | 0.34% | - |
| XYZ | 7.77 | 8.03 | 7.1 | - |
| YUV | 80.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 71 | 0 | 0.08 | 0.17 | 0.66 | 32 | 0.1 | 0.31 |
| Hex | 56 | 4F | 47 | 0 | 8 | 11 | 42 | 20 | A | 1F |
| Octal | 126 | 117 | 107 | 0 | 10 | 21 | 102 | 40 | 12 | 37 |
| Binary | 1010110 | 1001111 | 1000111 | 0 | 1000 | 10001 | 1000010 | 100000 | 1010 | 11111 |
Color Harmonies of #564F47
Complementary color
Monochromatic Colors of #564F47
Black with #564F47
Text Example
Text Example
White with #564F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F47; }
p { color: rgb(86,79,71); }
H1.HeaderClassName
{
color: #564F47;
}
.AnyTagClassName
{
color: #564F47;
}
</style>
background-color css
<style>
a { background-color: #564F47; }
a { background-color: rgb(86,79,71); }
div.DivClassName
{
background-color: #564F47;
}
.BgClassName
{
background-color: #564F47;
}
</style>
border-color css
<style>
span { border-color: #564F47; }
span { border-color: rgb(86,79,71); }
td.TdClassName
{
border-color: #564F47;
}
.TagClassName
{
border-color: #564F47;
}
</style>