#564343

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

Shades of Woody Brown #564343

Tints of Woody Brown #564343

Color information

#564343 (or 0x564343) is unknown color: approx Woody Brown. HEX triplet: 56, 43 and 43. RGB value is (86,67,67). Sum of RGB (Red+Green+Blue) = 86+67+67=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #564343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564343 is #A9BCBC. Grayscale: #484848. Windows color (decimal): -11123901 or 4408150. OLE color: 4408150.

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

Color convert

RGB866767-
CMYK00.220.220.66
HSL12.42%30%-
HSV(B)22.09%33.73%-
XYZ6.866.46.18-
YUV72.68124.79137.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 67 (26.56% from 255) = 30.45%
R=39.09%
G=30.45%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86676700.220.220.66012.4230
Hex56434301616420c1e
Octal1261031030262610201436
Binary1010110100001110000110101101011010000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564343; }

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

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

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

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

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

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

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

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