#62603A

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

Shades of Verdigris #62603A

Tints of Verdigris #62603A

Color information

#62603A (or 0x62603A) is unknown color: approx Verdigris. HEX triplet: 62, 60 and 3A. RGB value is (98,96,58). Sum of RGB (Red+Green+Blue) = 98+96+58=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 98 - color contains mainly: red. Hex color #62603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62603A is #9D9FC5. Grayscale: #5C5C5C. Windows color (decimal): -10330054 or 3825762. OLE color: 3825762.

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

Color convert

RGB989658-
CMYK00.020.410.62
HSL57º25.64%30.59%-
HSV(B)57º40.82%38.43%-
XYZ9.9811.275.65-
YUV92.27108.66132.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.89%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=38.89%
G=38.10%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98965800.020.410.625725.6430.59
Hex62603A02293E391a1f
Octal14214072025176713237
Binary110001011000001110100101010011111101110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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