#565640

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

Shades of Verdigris #565640

Tints of Verdigris #565640

Color information

#565640 (or 0x565640) is unknown color: approx Verdigris. HEX triplet: 56, 56 and 40. RGB value is (86,86,64). Sum of RGB (Red+Green+Blue) = 86+86+64=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565640 is #A9A9BF. Grayscale: #535353. Windows color (decimal): -11119040 or 4216406. OLE color: 4216406.

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

Color convert

RGB868664-
CMYK000.260.66
HSL60º14.67%29.41%-
HSV(B)60º25.58%33.73%-
XYZ8.0996.16-
YUV83.49117129.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=36.44%
G=36.44%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal868664000.260.666014.6729.41
Hex565640001A423cf1d
Octal1261261000032102741735
Binary10101101010110100000000110101000010111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565640; }

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

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

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

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

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

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

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

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