#605A38

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

Shades of Verdigris #605A38

Tints of Verdigris #605A38

Color information

#605A38 (or 0x605A38) is unknown color: approx Verdigris. HEX triplet: 60, 5A and 38. RGB value is (96,90,56). Sum of RGB (Red+Green+Blue) = 96+90+56=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #605A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A38 is #9FA5C7. Grayscale: #585858. Windows color (decimal): -10462664 or 3693152. OLE color: 3693152.

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

Color convert

RGB969056-
CMYK00.060.420.62
HSL51º26.32%29.8%-
HSV(B)51º41.67%37.65%-
XYZ9.1910.085.2-
YUV87.92109.99133.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 56 (22.27% from 255) = 23.14%
R=39.67%
G=37.19%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96905600.060.420.625126.3229.8
Hex605A38062A3E331a1e
Octal14013270065276633236
Binary1100000101101011100001101010101111101100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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