#605F34

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

Shades of Verdigris #605F34

Tints of Verdigris #605F34

Color information

#605F34 (or 0x605F34) is unknown color: approx Verdigris. HEX triplet: 60, 5F and 34. RGB value is (96,95,52). Sum of RGB (Red+Green+Blue) = 96+95+52=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #605F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F34 is #9FA0CB. Grayscale: #5A5A5A. Windows color (decimal): -10461388 or 3432288. OLE color: 3432288.

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

Color convert

RGB969552-
CMYK00.010.460.62
HSL58.64º29.73%29.02%-
HSV(B)58.64º45.83%37.65%-
XYZ9.5410.924.85-
YUV90.4106.33132-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=39.51%
G=39.09%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96955200.010.460.6258.6429.7329.02
Hex605F34012E3E3b1e1d
Octal14013764015676733635
Binary11000001011111110100011011101111101110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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