#564E45

Color #564E45 Mondo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mondo #564E45

Tints of Mondo #564E45

Color information

#564E45 (or 0x564E45) is unknown color: approx Mondo. HEX triplet: 56, 4E and 45. RGB value is (86,78,69). Sum of RGB (Red+Green+Blue) = 86+78+69=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 86 - color contains mainly: red. Hex color #564E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E45 is #A9B1BA. Grayscale: #4F4F4F. Windows color (decimal): -11121083 or 4542038. OLE color: 4542038.

HSL color Cylindrical-coordinate representation of color #564E45: hue angle of 31.76º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #564E45 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB867869-
CMYK00.090.200.66
HSL31.76º10.97%30.39%-
HSV(B)31.76º19.77%33.73%-
XYZ7.647.866.74-
YUV79.37122.15132.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 69 (27.34% from 255) = 29.61%
R=36.91%
G=33.48%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86786900.090.200.6631.7610.9730.39
Hex564E4509144220b1e
Octal12611610501124102401336
Binary10101101001110100010101001101001000010100000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564E45; }

 p { color: rgb(86,78,69); }

 H1.HeaderClassName
 {
   color: #564E45;
 }
 .AnyTagClassName
 {
   color: #564E45;
 }
</style>
background-color css

<style>
 a { background-color: #564E45; }

 a { background-color: rgb(86,78,69); }

 div.DivClassName
 {
   background-color: #564E45;
 }
 .BgClassName
 {
   background-color: #564E45;
 }
</style>
border-color css

<style>
 span { border-color: #564E45; }

 span { border-color: rgb(86,78,69); }

 td.TdClassName
 {
   border-color: #564E45;
 }
 .TagClassName
 {
   border-color: #564E45;
 }
</style>