#564D3E

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

Shades of Mondo #564D3E

Tints of Mondo #564D3E

Color information

#564D3E (or 0x564D3E) is unknown color: approx Mondo. HEX triplet: 56, 4D and 3E. RGB value is (86,77,62). Sum of RGB (Red+Green+Blue) = 86+77+62=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #564D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D3E is #A9B2C1. Grayscale: #4E4E4E. Windows color (decimal): -11121346 or 4083030. OLE color: 4083030.

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

Color convert

RGB867762-
CMYK00.100.280.66
HSL37.5º16.22%29.02%-
HSV(B)37.5º27.91%33.73%-
XYZ7.367.635.64-
YUV77.98118.98133.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=38.22%
G=34.22%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86776200.100.280.6637.516.2229.02
Hex564D3E0A1C4226101d
Octal1261157601234102462035
Binary10101101001101111110010101110010000101001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,77,62); }

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

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

 a { background-color: rgb(86,77,62); }

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

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

 span { border-color: rgb(86,77,62); }

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