#5E603F

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

Shades of Verdigris #5E603F

Tints of Verdigris #5E603F

Color information

#5E603F (or 0x5E603F) is unknown color: approx Verdigris. HEX triplet: 5E, 60 and 3F. RGB value is (94,96,63). Sum of RGB (Red+Green+Blue) = 94+96+63=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 96 - color contains mainly: green. Hex color #5E603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E603F is #A19FC0. Grayscale: #5B5B5B. Windows color (decimal): -10592193 or 4153438. OLE color: 4153438.

HSL color Cylindrical-coordinate representation of color #5E603F: hue angle of 63.64º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E603F is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB949663-
CMYK0.0200.340.62
HSL63.64º20.75%31.18%-
HSV(B)63.64º34.38%37.65%-
XYZ9.711.16.33-
YUV91.64111.84129.68-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.15%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 63 (25% from 255) = 24.90%
R=37.15%
G=37.94%
B=24.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9496630.0200.340.6263.6420.7531.18
Hex5E603F20223E40151f
Octal136140772042761002537
Binary1011110110000011111110010001011111010000001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E603F; }

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

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

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

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

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

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

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

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