#605F45

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

Shades of Verdigris #605F45

Tints of Verdigris #605F45

Color information

#605F45 (or 0x605F45) is unknown color: approx Verdigris. HEX triplet: 60, 5F and 45. RGB value is (96,95,69). Sum of RGB (Red+Green+Blue) = 96+95+69=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 96 - color contains mainly: red. Hex color #605F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F45 is #9FA0BA. Grayscale: #5C5C5C. Windows color (decimal): -10461371 or 4546400. OLE color: 4546400.

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

Color convert

RGB969569-
CMYK00.010.280.62
HSL57.78º16.36%32.35%-
HSV(B)57.78º28.12%37.65%-
XYZ9.9911.17.25-
YUV92.34114.83130.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 95 (37.5% from 255) = 36.54%
BLUE value IS 69 (27.34% from 255) = 26.54%
R=36.92%
G=36.54%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96956900.010.280.6257.7816.3632.35
Hex605F45011C3E3a1020
Octal140137105013476722040
Binary110000010111111000101011110011111011101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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