#605A37

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

Shades of Verdigris #605A37

Tints of Verdigris #605A37

Color information

#605A37 (or 0x605A37) is unknown color: approx Verdigris. HEX triplet: 60, 5A and 37. RGB value is (96,90,55). Sum of RGB (Red+Green+Blue) = 96+90+55=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #605A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A37 is #9FA5C8. Grayscale: #575757. Windows color (decimal): -10462665 or 3627616. OLE color: 3627616.

HSL color Cylindrical-coordinate representation of color #605A37: hue angle of 51.22º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #605A37 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB969055-
CMYK00.060.430.62
HSL51.22º27.15%29.61%-
HSV(B)51.22º42.71%37.65%-
XYZ9.1710.075.08-
YUV87.8109.49133.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 55 (21.88% from 255) = 22.82%
R=39.83%
G=37.34%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96905500.060.430.6251.2227.1529.61
Hex605A37062B3E331b1e
Octal14013267065376633336
Binary1100000101101011011101101010111111101100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,90,55); }

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

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

 a { background-color: rgb(96,90,55); }

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

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

 span { border-color: rgb(96,90,55); }

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