#605D45

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

Shades of Verdigris #605D45

Tints of Verdigris #605D45

Color information

#605D45 (or 0x605D45) is unknown color: approx Verdigris. HEX triplet: 60, 5D and 45. RGB value is (96,93,69). Sum of RGB (Red+Green+Blue) = 96+93+69=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #605D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605D45 is #9FA2BA. Grayscale: #5B5B5B. Windows color (decimal): -10461883 or 4545888. OLE color: 4545888.

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

Color convert

RGB969369-
CMYK00.030.280.62
HSL53.33º16.36%32.35%-
HSV(B)53.33º28.12%37.65%-
XYZ9.8110.757.19-
YUV91.16115.49131.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 93 (36.72% from 255) = 36.05%
BLUE value IS 69 (27.34% from 255) = 26.74%
R=37.21%
G=36.05%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96936900.030.280.6253.3316.3632.35
Hex605D45031C3E351020
Octal140135105033476652040
Binary1100000101110110001010111110011111011010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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