#605F49

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

Shades of Verdigris #605F49

Tints of Verdigris #605F49

Color information

#605F49 (or 0x605F49) is unknown color: approx Verdigris. HEX triplet: 60, 5F and 49. RGB value is (96,95,73). Sum of RGB (Red+Green+Blue) = 96+95+73=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 96 - color contains mainly: red. Hex color #605F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F49 is #9FA0B6. Grayscale: #5C5C5C. Windows color (decimal): -10461367 or 4808544. OLE color: 4808544.

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

Color convert

RGB969573-
CMYK00.010.240.62
HSL57.39º13.61%33.14%-
HSV(B)57.39º23.96%37.65%-
XYZ10.1211.157.92-
YUV92.79116.83130.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 73 (28.91% from 255) = 27.65%
R=36.36%
G=35.98%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96957300.010.240.6257.3913.6133.14
Hex605F4901183E39e21
Octal140137111013076711641
Binary11000001011111100100101110001111101110011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,95,73); }

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

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

 a { background-color: rgb(96,95,73); }

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

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

 span { border-color: rgb(96,95,73); }

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