#564543

Color #564543 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #564543

Tints of Woody Brown #564543

Color information

#564543 (or 0x564543) is unknown color: approx Woody Brown. HEX triplet: 56, 45 and 43. RGB value is (86,69,67). Sum of RGB (Red+Green+Blue) = 86+69+67=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #564543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564543 is #A9BABC. Grayscale: #494949. Windows color (decimal): -11123389 or 4408662. OLE color: 4408662.

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

Color convert

RGB866967-
CMYK00.200.220.66
HSL6.32º12.42%30%-
HSV(B)6.32º22.09%33.73%-
XYZ6.986.646.22-
YUV73.86124.13136.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 67 (26.56% from 255) = 30.18%
R=38.74%
G=31.08%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86696700.200.220.666.3212.4230
Hex56454301416426c1e
Octal1261051030242610261436
Binary101011010001011000011010100101101000010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564543; }

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

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

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

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

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

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

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

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