#564E40

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

Shades of Mondo #564E40

Tints of Mondo #564E40

Color information

#564E40 (or 0x564E40) is unknown color: approx Mondo. HEX triplet: 56, 4E and 40. RGB value is (86,78,64). Sum of RGB (Red+Green+Blue) = 86+78+64=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #564E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E40 is #A9B1BF. Grayscale: #4E4E4E. Windows color (decimal): -11121088 or 4214358. OLE color: 4214358.

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

Color convert

RGB867864-
CMYK00.090.260.66
HSL38.18º14.67%29.41%-
HSV(B)38.18º25.58%33.73%-
XYZ7.497.85.96-
YUV78.8119.65133.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 64 (25.39% from 255) = 28.07%
R=37.72%
G=34.21%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86786400.090.260.6638.1814.6729.41
Hex564E40091A4226f1d
Octal12611610001132102461735
Binary10101101001110100000001001110101000010100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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