#564F45

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

Shades of Mondo #564F45

Tints of Mondo #564F45

Color information

#564F45 (or 0x564F45) is unknown color: approx Mondo. HEX triplet: 56, 4F and 45. RGB value is (86,79,69). Sum of RGB (Red+Green+Blue) = 86+79+69=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 86 - color contains mainly: red. Hex color #564F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564F45 is #A9B0BA. Grayscale: #505050. Windows color (decimal): -11120827 or 4542294. OLE color: 4542294.

HSL color Cylindrical-coordinate representation of color #564F45: hue angle of 35.29º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #564F45 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB867969-
CMYK00.080.200.66
HSL35.29º10.97%30.39%-
HSV(B)35.29º19.77%33.73%-
XYZ7.7186.77-
YUV79.95121.82132.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 79 (31.25% from 255) = 33.76%
BLUE value IS 69 (27.34% from 255) = 29.49%
R=36.75%
G=33.76%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86796900.080.200.6635.2910.9730.39
Hex564F4508144223b1e
Octal12611710501024102431336
Binary10101101001111100010101000101001000010100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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