Shades of Mondo #564D40
Tints of Mondo #564D40
RGB
CMYK
RGB Variations
Color information
#564D40 (or 0x564D40) is known color: Mondo. HEX triplet: 56, 4D and 40. RGB value is (86,77,64). Sum of RGB (Red+Green+Blue) = 86+77+64=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #564D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D40 is #A9B2BF. Grayscale: #4E4E4E. Windows color (decimal): -11121344 or 4214102. OLE color: 4214102.
HSL color Cylindrical-coordinate representation of color #564D40: hue angle of 35.45º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #564D40 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 77 | 64 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.66 |
| HSL | 35.45º | 0.15% | 0.29% | - |
| HSV(B) | 35.45º | 0.26% | 0.34% | - |
| XYZ | 7.42 | 7.66 | 5.94 | - |
| YUV | 78.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 64 | 0 | 0.10 | 0.26 | 0.66 | 35.45 | 0.15 | 0.29 |
| Hex | 56 | 4D | 40 | 0 | A | 1A | 42 | 23 | F | 1D |
| Octal | 126 | 115 | 100 | 0 | 12 | 32 | 102 | 43 | 17 | 35 |
| Binary | 1010110 | 1001101 | 1000000 | 0 | 1010 | 11010 | 1000010 | 100011 | 1111 | 11101 |
Color Harmonies of #564D40
Complementary color
Monochromatic Colors of #564D40
Black with #564D40
Text Example
Text Example
White with #564D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564D40; }
p { color: rgb(86,77,64); }
H1.HeaderClassName
{
color: #564D40;
}
.AnyTagClassName
{
color: #564D40;
}
</style>
background-color css
<style>
a { background-color: #564D40; }
a { background-color: rgb(86,77,64); }
div.DivClassName
{
background-color: #564D40;
}
.BgClassName
{
background-color: #564D40;
}
</style>
border-color css
<style>
span { border-color: #564D40; }
span { border-color: rgb(86,77,64); }
td.TdClassName
{
border-color: #564D40;
}
.TagClassName
{
border-color: #564D40;
}
</style>