#605E40

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

Shades of Verdigris #605E40

Tints of Verdigris #605E40

Color information

#605E40 (or 0x605E40) is unknown color: approx Verdigris. HEX triplet: 60, 5E and 40. RGB value is (96,94,64). Sum of RGB (Red+Green+Blue) = 96+94+64=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #605E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605E40 is #9FA1BF. Grayscale: #5B5B5B. Windows color (decimal): -10461632 or 4218464. OLE color: 4218464.

HSL color Cylindrical-coordinate representation of color #605E40: hue angle of 56.25º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #605E40 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB969464-
CMYK00.020.330.62
HSL56.25º20%31.37%-
HSV(B)56.25º33.33%37.65%-
XYZ9.7510.866.43-
YUV91.18112.66131.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 94 (37.11% from 255) = 37.01%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=37.80%
G=37.01%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96946400.020.330.6256.252031.37
Hex605E4002213E38141f
Octal140136100024176702437
Binary1100000101111010000000101000011111101110001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605E40; }

 p { color: rgb(96,94,64); }

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

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

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

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

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

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

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