Shades of Mondo #564E3E
Tints of Mondo #564E3E
RGB
CMYK
RGB Variations
Color information
#564E3E (or 0x564E3E) is known color: Mondo. HEX triplet: 56, 4E and 3E. RGB value is (86,78,62). Sum of RGB (Red+Green+Blue) = 86+78+62=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 86 - color contains mainly: red. Hex color #564E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E3E is #A9B1C1. Grayscale: #4E4E4E. Windows color (decimal): -11121090 or 4083286. OLE color: 4083286.
HSL color Cylindrical-coordinate representation of color #564E3E: hue angle of 40º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #564E3E is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 78 | 62 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.66 |
| HSL | 40º | 0.16% | 0.29% | - |
| HSV(B) | 40º | 0.28% | 0.34% | - |
| XYZ | 7.43 | 7.78 | 5.67 | - |
| YUV | 78.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 62 | 0 | 0.09 | 0.28 | 0.66 | 40 | 0.16 | 0.29 |
| Hex | 56 | 4E | 3E | 0 | 9 | 1C | 42 | 28 | 10 | 1D |
| Octal | 126 | 116 | 76 | 0 | 11 | 34 | 102 | 50 | 20 | 35 |
| Binary | 1010110 | 1001110 | 111110 | 0 | 1001 | 11100 | 1000010 | 101000 | 10000 | 11101 |
Color Harmonies of #564E3E
Complementary color
Monochromatic Colors of #564E3E
Black with #564E3E
Text Example
Text Example
White with #564E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E3E; }
p { color: rgb(86,78,62); }
H1.HeaderClassName
{
color: #564E3E;
}
.AnyTagClassName
{
color: #564E3E;
}
</style>
background-color css
<style>
a { background-color: #564E3E; }
a { background-color: rgb(86,78,62); }
div.DivClassName
{
background-color: #564E3E;
}
.BgClassName
{
background-color: #564E3E;
}
</style>
border-color css
<style>
span { border-color: #564E3E; }
span { border-color: rgb(86,78,62); }
td.TdClassName
{
border-color: #564E3E;
}
.TagClassName
{
border-color: #564E3E;
}
</style>