Shades of Mondo #564E43
Tints of Mondo #564E43
RGB
CMYK
RGB Variations
Color information
#564E43 (or 0x564E43) is known color: Mondo. HEX triplet: 56, 4E and 43. RGB value is (86,78,67). Sum of RGB (Red+Green+Blue) = 86+78+67=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 86 - color contains mainly: red. Hex color #564E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E43 is #A9B1BC. Grayscale: #4F4F4F. Windows color (decimal): -11121085 or 4410966. OLE color: 4410966.
HSL color Cylindrical-coordinate representation of color #564E43: hue angle of 34.74º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #564E43 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 78 | 67 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.66 |
| HSL | 34.74º | 0.12% | 0.3% | - |
| HSV(B) | 34.74º | 0.22% | 0.34% | - |
| XYZ | 7.58 | 7.83 | 6.42 | - |
| YUV | 79.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 67 | 0 | 0.09 | 0.22 | 0.66 | 34.74 | 0.12 | 0.3 |
| Hex | 56 | 4E | 43 | 0 | 9 | 16 | 42 | 23 | C | 1E |
| Octal | 126 | 116 | 103 | 0 | 11 | 26 | 102 | 43 | 14 | 36 |
| Binary | 1010110 | 1001110 | 1000011 | 0 | 1001 | 10110 | 1000010 | 100011 | 1100 | 11110 |
Color Harmonies of #564E43
Complementary color
Monochromatic Colors of #564E43
Black with #564E43
Text Example
Text Example
White with #564E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E43; }
p { color: rgb(86,78,67); }
H1.HeaderClassName
{
color: #564E43;
}
.AnyTagClassName
{
color: #564E43;
}
</style>
background-color css
<style>
a { background-color: #564E43; }
a { background-color: rgb(86,78,67); }
div.DivClassName
{
background-color: #564E43;
}
.BgClassName
{
background-color: #564E43;
}
</style>
border-color css
<style>
span { border-color: #564E43; }
span { border-color: rgb(86,78,67); }
td.TdClassName
{
border-color: #564E43;
}
.TagClassName
{
border-color: #564E43;
}
</style>