#60593A

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

Shades of Verdigris #60593A

Tints of Verdigris #60593A

Color information

#60593A (or 0x60593A) is unknown color: approx Verdigris. HEX triplet: 60, 59 and 3A. RGB value is (96,89,58). Sum of RGB (Red+Green+Blue) = 96+89+58=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #60593A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60593A is #9FA6C5. Grayscale: #575757. Windows color (decimal): -10462918 or 3823968. OLE color: 3823968.

HSL color Cylindrical-coordinate representation of color #60593A: hue angle of 48.95º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60593A is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB968958-
CMYK00.070.400.62
HSL48.95º24.68%30.2%-
HSV(B)48.95º39.58%37.65%-
XYZ9.169.945.44-
YUV87.56111.32134.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 58 (23.05% from 255) = 23.87%
R=39.51%
G=36.63%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96895800.070.400.6248.9524.6830.2
Hex60593A07283E31191e
Octal14013172075076613136
Binary1100000101100111101001111010001111101100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60593A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60593A; }

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

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

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

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

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

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

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

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