#564644

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

Shades of Woody Brown #564644

Tints of Woody Brown #564644

Color information

#564644 (or 0x564644) is unknown color: approx Woody Brown. HEX triplet: 56, 46 and 44. RGB value is (86,70,68). Sum of RGB (Red+Green+Blue) = 86+70+68=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #564644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564644 is #A9B9BB. Grayscale: #4A4A4A. Windows color (decimal): -11123132 or 4474454. OLE color: 4474454.

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

Color convert

RGB867068-
CMYK00.190.210.66
HSL6.67º11.69%30.2%-
HSV(B)6.67º20.93%33.73%-
XYZ7.076.786.4-
YUV74.56124.3136.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 68 (26.95% from 255) = 30.36%
R=38.39%
G=31.25%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86706800.190.210.666.6711.6930.2
Hex56464401315427c1e
Octal1261061040232510271436
Binary101011010001101000100010011101011000010111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564644; }

 p { color: rgb(86,70,68); }

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

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

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

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

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

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

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