#564646

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

Shades of Woody Brown #564646

Tints of Woody Brown #564646

Color information

#564646 (or 0x564646) is unknown color: approx Woody Brown. HEX triplet: 56, 46 and 46. RGB value is (86,70,70). Sum of RGB (Red+Green+Blue) = 86+70+70=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 86 - color contains mainly: red. Hex color #564646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564646 is #A9B9B9. Grayscale: #4A4A4A. Windows color (decimal): -11123130 or 4605526. OLE color: 4605526.

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

Color convert

RGB867070-
CMYK00.190.190.66
HSL10.26%30.59%-
HSV(B)18.6%33.73%-
XYZ7.136.86.73-
YUV74.78125.3136-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 70 (27.73% from 255) = 30.97%
R=38.05%
G=30.97%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86707000.190.190.66010.2630.59
Hex56464601313420a1f
Octal1261061060232310201237
Binary1010110100011010001100100111001110000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564646; }

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

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

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

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

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

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

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

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