#605938

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

Shades of Verdigris #605938

Tints of Verdigris #605938

Color information

#605938 (or 0x605938) is unknown color: approx Verdigris. HEX triplet: 60, 59 and 38. RGB value is (96,89,56). Sum of RGB (Red+Green+Blue) = 96+89+56=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #605938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605938 is #9FA6C7. Grayscale: #575757. Windows color (decimal): -10462920 or 3692896. OLE color: 3692896.

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

Color convert

RGB968956-
CMYK00.070.420.62
HSL49.5º26.32%29.8%-
HSV(B)49.5º41.67%37.65%-
XYZ9.119.925.18-
YUV87.33110.32134.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=39.83%
G=36.93%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96895600.070.420.6249.526.3229.8
Hex605938072A3E321a1e
Octal14013170075276623236
Binary1100000101100111100001111010101111101100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605938; }

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

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

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

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

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

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

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

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