Shades of Mondo #564C3F
Tints of Mondo #564C3F
RGB
CMYK
RGB Variations
Color information
#564C3F (or 0x564C3F) is known color: Mondo. HEX triplet: 56, 4C and 3F. RGB value is (86,76,63). Sum of RGB (Red+Green+Blue) = 86+76+63=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #564C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C3F is #A9B3C0. Grayscale: #4D4D4D. Windows color (decimal): -11121601 or 4148310. OLE color: 4148310.
HSL color Cylindrical-coordinate representation of color #564C3F: hue angle of 33.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #564C3F is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 63 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.66 |
| HSL | 33.91º | 0.15% | 0.29% | - |
| HSV(B) | 33.91º | 0.27% | 0.34% | - |
| XYZ | 7.32 | 7.51 | 5.77 | - |
| YUV | 77.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 63 | 0 | 0.12 | 0.27 | 0.66 | 33.91 | 0.15 | 0.29 |
| Hex | 56 | 4C | 3F | 0 | C | 1B | 42 | 22 | F | 1D |
| Octal | 126 | 114 | 77 | 0 | 14 | 33 | 102 | 42 | 17 | 35 |
| Binary | 1010110 | 1001100 | 111111 | 0 | 1100 | 11011 | 1000010 | 100010 | 1111 | 11101 |
Color Harmonies of #564C3F
Complementary color
Monochromatic Colors of #564C3F
Black with #564C3F
Text Example
Text Example
White with #564C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C3F; }
p { color: rgb(86,76,63); }
H1.HeaderClassName
{
color: #564C3F;
}
.AnyTagClassName
{
color: #564C3F;
}
</style>
background-color css
<style>
a { background-color: #564C3F; }
a { background-color: rgb(86,76,63); }
div.DivClassName
{
background-color: #564C3F;
}
.BgClassName
{
background-color: #564C3F;
}
</style>
border-color css
<style>
span { border-color: #564C3F; }
span { border-color: rgb(86,76,63); }
td.TdClassName
{
border-color: #564C3F;
}
.TagClassName
{
border-color: #564C3F;
}
</style>