#564A41

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

Shades of Cork #564A41

Tints of Cork #564A41

Color information

#564A41 (or 0x564A41) is unknown color: approx Cork. HEX triplet: 56, 4A and 41. RGB value is (86,74,65). Sum of RGB (Red+Green+Blue) = 86+74+65=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #564A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A41 is #A9B5BE. Grayscale: #4C4C4C. Windows color (decimal): -11122111 or 4278870. OLE color: 4278870.

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

Color convert

RGB867465-
CMYK00.140.240.66
HSL25.71º13.91%29.61%-
HSV(B)25.71º24.42%33.73%-
XYZ7.247.266.02-
YUV76.56121.48134.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 65 (25.78% from 255) = 28.89%
R=38.22%
G=32.89%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86746500.140.240.6625.7113.9129.61
Hex564A410E18421ae1e
Octal12611210101630102321636
Binary1010110100101010000010111011000100001011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564A41; }

 p { color: rgb(86,74,65); }

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

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

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

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

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

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

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