#62603F

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

Shades of Verdigris #62603F

Tints of Verdigris #62603F

Color information

#62603F (or 0x62603F) is unknown color: approx Verdigris. HEX triplet: 62, 60 and 3F. RGB value is (98,96,63). Sum of RGB (Red+Green+Blue) = 98+96+63=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 98 - color contains mainly: red. Hex color #62603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62603F is #9D9FC0. Grayscale: #5C5C5C. Windows color (decimal): -10330049 or 4153442. OLE color: 4153442.

HSL color Cylindrical-coordinate representation of color #62603F: hue angle of 56.57º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62603F is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB989663-
CMYK00.020.360.62
HSL56.57º21.74%31.57%-
HSV(B)56.57º35.71%38.43%-
XYZ10.1211.326.35-
YUV92.84111.16131.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.13%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 63 (25% from 255) = 24.51%
R=38.13%
G=37.35%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98966300.020.360.6256.5721.7431.57
Hex62603F02243E391620
Octal14214077024476712640
Binary1100010110000011111101010010011111011100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62603F; }

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

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

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

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

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

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

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

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