#605B40

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

Shades of Verdigris #605B40

Tints of Verdigris #605B40

Color information

#605B40 (or 0x605B40) is unknown color: approx Verdigris. HEX triplet: 60, 5B and 40. RGB value is (96,91,64). Sum of RGB (Red+Green+Blue) = 96+91+64=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #605B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B40 is #9FA4BF. Grayscale: #595959. Windows color (decimal): -10462400 or 4217696. OLE color: 4217696.

HSL color Cylindrical-coordinate representation of color #605B40: hue angle of 50.62º 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 #605B40 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB969164-
CMYK00.050.330.62
HSL50.62º20%31.37%-
HSV(B)50.62º33.33%37.65%-
XYZ9.4910.346.35-
YUV89.42113.66132.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.25%
GREEN value IS 91 (35.94% from 255) = 36.25%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=38.25%
G=36.25%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96916400.050.330.6250.622031.37
Hex605B4005213E33141f
Octal140133100054176632437
Binary11000001011011100000001011000011111101100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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