#564645

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

Shades of Woody Brown #564645

Tints of Woody Brown #564645

Color information

#564645 (or 0x564645) is unknown color: approx Woody Brown. HEX triplet: 56, 46 and 45. RGB value is (86,70,69). Sum of RGB (Red+Green+Blue) = 86+70+69=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #564645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564645 is #A9B9BA. Grayscale: #4A4A4A. Windows color (decimal): -11123131 or 4539990. OLE color: 4539990.

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

Color convert

RGB867069-
CMYK00.190.200.66
HSL3.53º10.97%30.39%-
HSV(B)3.53º19.77%33.73%-
XYZ7.16.796.57-
YUV74.67124.8136.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=38.22%
G=31.11%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86706900.190.200.663.5310.9730.39
Hex56464501314424b1e
Octal1261061050232410241336
Binary101011010001101000101010011101001000010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564645; }

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

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

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

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

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

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

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

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