#605C38

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

Shades of Verdigris #605C38

Tints of Verdigris #605C38

Color information

#605C38 (or 0x605C38) is unknown color: approx Verdigris. HEX triplet: 60, 5C and 38. RGB value is (96,92,56). Sum of RGB (Red+Green+Blue) = 96+92+56=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #605C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605C38 is #9FA3C7. Grayscale: #595959. Windows color (decimal): -10462152 or 3693664. OLE color: 3693664.

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

Color convert

RGB969256-
CMYK00.040.420.62
HSL54º26.32%29.8%-
HSV(B)54º41.67%37.65%-
XYZ9.3610.435.26-
YUV89.09109.33132.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=39.34%
G=37.70%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96925600.040.420.625426.3229.8
Hex605C38042A3E361a1e
Octal14013470045276663236
Binary1100000101110011100001001010101111101101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,92,56); }

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

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

 a { background-color: rgb(96,92,56); }

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

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

 span { border-color: rgb(96,92,56); }

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