#564F40

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

Shades of Mondo #564F40

Tints of Mondo #564F40

Color information

#564F40 (or 0x564F40) is unknown color: approx Mondo. HEX triplet: 56, 4F and 40. RGB value is (86,79,64). Sum of RGB (Red+Green+Blue) = 86+79+64=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 86 - color contains mainly: red. Hex color #564F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564F40 is #A9B0BF. Grayscale: #4F4F4F. Windows color (decimal): -11120832 or 4214614. OLE color: 4214614.

HSL color Cylindrical-coordinate representation of color #564F40: hue angle of 40.91º 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 #564F40 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB867964-
CMYK00.080.260.66
HSL40.91º14.67%29.41%-
HSV(B)40.91º25.58%33.73%-
XYZ7.567.945.98-
YUV79.38119.32132.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 79 (31.25% from 255) = 34.50%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=37.55%
G=34.50%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86796400.080.260.6640.9114.6729.41
Hex564F40081A4229f1d
Octal12611710001032102511735
Binary10101101001111100000001000110101000010101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,79,64); }

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

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

 a { background-color: rgb(86,79,64); }

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

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

 span { border-color: rgb(86,79,64); }

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