#564C3F

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

Shades of Mondo #564C3F

Tints of Mondo #564C3F

Color information

#564C3F (or 0x564C3F) is unknown color: approx Mondo. HEX triplet: 56, 4C and 3F. RGB value is (86,76,63). Sum of RGB (Red+Green+Blue) = 86+76+63=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #564C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C3F is #A9B3C0. Grayscale: #4D4D4D. Windows color (decimal): -11121601 or 4148310. OLE color: 4148310.

HSL color Cylindrical-coordinate representation of color #564C3F: hue angle of 33.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #564C3F is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB867663-
CMYK00.120.270.66
HSL33.91º15.44%29.22%-
HSV(B)33.91º26.74%33.73%-
XYZ7.327.515.77-
YUV77.51119.81134.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 63 (25% from 255) = 28%
R=38.22%
G=33.78%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86766300.120.270.6633.9115.4429.22
Hex564C3F0C1B4222f1d
Octal1261147701433102421735
Binary1010110100110011111101100110111000010100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,76,63); }

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

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

 a { background-color: rgb(86,76,63); }

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

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

 span { border-color: rgb(86,76,63); }

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