#564E42

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

Shades of Mondo #564E42

Tints of Mondo #564E42

Color information

#564E42 (or 0x564E42) is unknown color: approx Mondo. HEX triplet: 56, 4E and 42. RGB value is (86,78,66). Sum of RGB (Red+Green+Blue) = 86+78+66=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 86 - color contains mainly: red. Hex color #564E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E42 is #A9B1BD. Grayscale: #4F4F4F. Windows color (decimal): -11121086 or 4345430. OLE color: 4345430.

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

Color convert

RGB867866-
CMYK00.090.230.66
HSL36º13.16%29.8%-
HSV(B)36º23.26%33.73%-
XYZ7.557.826.27-
YUV79.02120.65132.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 66 (26.17% from 255) = 28.70%
R=37.39%
G=33.91%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86786600.090.230.663613.1629.8
Hex564E4209174224d1e
Octal12611610201127102441536
Binary10101101001110100001001001101111000010100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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