#605D37

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

Shades of Verdigris #605D37

Tints of Verdigris #605D37

Color information

#605D37 (or 0x605D37) is unknown color: approx Verdigris. HEX triplet: 60, 5D and 37. RGB value is (96,93,55). Sum of RGB (Red+Green+Blue) = 96+93+55=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #605D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605D37 is #9FA2C8. Grayscale: #595959. Windows color (decimal): -10461897 or 3628384. OLE color: 3628384.

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

Color convert

RGB969355-
CMYK00.030.430.62
HSL55.61º27.15%29.61%-
HSV(B)55.61º42.71%37.65%-
XYZ9.4310.595.16-
YUV89.56108.49132.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 93 (36.72% from 255) = 38.11%
BLUE value IS 55 (21.88% from 255) = 22.54%
R=39.34%
G=38.11%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96935500.030.430.6255.6127.1529.61
Hex605D37032B3E381b1e
Octal14013567035376703336
Binary110000010111011101110111010111111101110001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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