#564740

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

Shades of Cork #564740

Tints of Cork #564740

Color information

#564740 (or 0x564740) is unknown color: approx Cork. HEX triplet: 56, 47 and 40. RGB value is (86,71,64). Sum of RGB (Red+Green+Blue) = 86+71+64=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #564740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564740 is #A9B8BF. Grayscale: #4A4A4A. Windows color (decimal): -11122880 or 4212566. OLE color: 4212566.

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

Color convert

RGB867164-
CMYK00.170.260.66
HSL19.09º14.67%29.41%-
HSV(B)19.09º25.58%33.73%-
XYZ7.026.865.8-
YUV74.69121.97136.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 64 (25.39% from 255) = 28.96%
R=38.91%
G=32.13%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86716400.170.260.6619.0914.6729.41
Hex5647400111A4213f1d
Octal12610710002132102231735
Binary10101101000111100000001000111010100001010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564740; }

 p { color: rgb(86,71,64); }

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

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

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

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

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

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

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