Shades of Mondo #564C40
Tints of Mondo #564C40
RGB
CMYK
RGB Variations
Color information
#564C40 (or 0x564C40) is known color: Mondo. HEX triplet: 56, 4C and 40. RGB value is (86,76,64). Sum of RGB (Red+Green+Blue) = 86+76+64=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 86 - color contains mainly: red. Hex color #564C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C40 is #A9B3BF. Grayscale: #4D4D4D. Windows color (decimal): -11121600 or 4213846. OLE color: 4213846.
HSL color Cylindrical-coordinate representation of color #564C40: hue angle of 32.73º 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 #564C40 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 64 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.66 |
| HSL | 32.73º | 0.15% | 0.29% | - |
| HSV(B) | 32.73º | 0.26% | 0.34% | - |
| XYZ | 7.35 | 7.52 | 5.91 | - |
| YUV | 77.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 64 | 0 | 0.12 | 0.26 | 0.66 | 32.73 | 0.15 | 0.29 |
| Hex | 56 | 4C | 40 | 0 | C | 1A | 42 | 21 | F | 1D |
| Octal | 126 | 114 | 100 | 0 | 14 | 32 | 102 | 41 | 17 | 35 |
| Binary | 1010110 | 1001100 | 1000000 | 0 | 1100 | 11010 | 1000010 | 100001 | 1111 | 11101 |
Color Harmonies of #564C40
Complementary color
Monochromatic Colors of #564C40
Black with #564C40
Text Example
Text Example
White with #564C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C40; }
p { color: rgb(86,76,64); }
H1.HeaderClassName
{
color: #564C40;
}
.AnyTagClassName
{
color: #564C40;
}
</style>
background-color css
<style>
a { background-color: #564C40; }
a { background-color: rgb(86,76,64); }
div.DivClassName
{
background-color: #564C40;
}
.BgClassName
{
background-color: #564C40;
}
</style>
border-color css
<style>
span { border-color: #564C40; }
span { border-color: rgb(86,76,64); }
td.TdClassName
{
border-color: #564C40;
}
.TagClassName
{
border-color: #564C40;
}
</style>