#62603B

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

Shades of Verdigris #62603B

Tints of Verdigris #62603B

Color information

#62603B (or 0x62603B) is unknown color: approx Verdigris. HEX triplet: 62, 60 and 3B. RGB value is (98,96,59). Sum of RGB (Red+Green+Blue) = 98+96+59=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 98 - color contains mainly: red. Hex color #62603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62603B is #9D9FC4. Grayscale: #5C5C5C. Windows color (decimal): -10330053 or 3891298. OLE color: 3891298.

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

Color convert

RGB989659-
CMYK00.020.400.62
HSL56.92º24.84%30.78%-
HSV(B)56.92º39.8%38.43%-
XYZ10.0111.285.79-
YUV92.38109.16132.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.74%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 59 (23.44% from 255) = 23.32%
R=38.74%
G=37.94%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98965900.020.400.6256.9224.8430.78
Hex62603B02283E39191f
Octal14214073025076713137
Binary110001011000001110110101010001111101110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62603B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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