#605E48

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

Shades of Verdigris #605E48

Tints of Verdigris #605E48

Color information

#605E48 (or 0x605E48) is unknown color: approx Verdigris. HEX triplet: 60, 5E and 48. RGB value is (96,94,72). Sum of RGB (Red+Green+Blue) = 96+94+72=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 96 - color contains mainly: red. Hex color #605E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605E48 is #9FA1B7. Grayscale: #5C5C5C. Windows color (decimal): -10461624 or 4742752. OLE color: 4742752.

HSL color Cylindrical-coordinate representation of color #605E48: hue angle of 55º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #605E48 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB969472-
CMYK00.020.250.62
HSL55º14.29%32.94%-
HSV(B)55º25%37.65%-
XYZ1010.967.72-
YUV92.09116.66130.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=36.64%
G=35.88%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96947200.020.250.625514.2932.94
Hex605E4802193E37e21
Octal140136110023176671641
Binary110000010111101001000010110011111101101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,94,72); }

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

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

 a { background-color: rgb(96,94,72); }

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

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

 span { border-color: rgb(96,94,72); }

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