#564A42

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

Shades of Cork #564A42

Tints of Cork #564A42

Color information

#564A42 (or 0x564A42) is unknown color: approx Cork. HEX triplet: 56, 4A and 42. RGB value is (86,74,66). Sum of RGB (Red+Green+Blue) = 86+74+66=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 86 - color contains mainly: red. Hex color #564A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A42 is #A9B5BD. Grayscale: #4C4C4C. Windows color (decimal): -11122110 or 4344406. OLE color: 4344406.

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

Color convert

RGB867466-
CMYK00.140.230.66
HSL24º13.16%29.8%-
HSV(B)24º23.26%33.73%-
XYZ7.277.276.17-
YUV76.68121.98134.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 66 (26.17% from 255) = 29.20%
R=38.05%
G=32.74%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86746600.140.230.662413.1629.8
Hex564A420E174218d1e
Octal12611210201627102301536
Binary1010110100101010000100111010111100001011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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