#564F42

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

Shades of Mondo #564F42

Tints of Mondo #564F42

Color information

#564F42 (or 0x564F42) is unknown color: approx Mondo. HEX triplet: 56, 4F and 42. RGB value is (86,79,66). Sum of RGB (Red+Green+Blue) = 86+79+66=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 86 - color contains mainly: red. Hex color #564F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564F42 is #A9B0BD. Grayscale: #4F4F4F. Windows color (decimal): -11120830 or 4345686. OLE color: 4345686.

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

Color convert

RGB867966-
CMYK00.080.230.66
HSL39º13.16%29.8%-
HSV(B)39º23.26%33.73%-
XYZ7.627.966.29-
YUV79.61120.32132.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.23%
GREEN value IS 79 (31.25% from 255) = 34.20%
BLUE value IS 66 (26.17% from 255) = 28.57%
R=37.23%
G=34.20%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86796600.080.230.663913.1629.8
Hex564F4208174227d1e
Octal12611710201027102471536
Binary10101101001111100001001000101111000010100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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