#62613E

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

Shades of Verdigris #62613E

Tints of Verdigris #62613E

Color information

#62613E (or 0x62613E) is unknown color: approx Verdigris. HEX triplet: 62, 61 and 3E. RGB value is (98,97,62). Sum of RGB (Red+Green+Blue) = 98+97+62=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 98 - color contains mainly: red. Hex color #62613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62613E is #9D9EC1. Grayscale: #5D5D5D. Windows color (decimal): -10329794 or 4088162. OLE color: 4088162.

HSL color Cylindrical-coordinate representation of color #62613E: hue angle of 58.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62613E is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB989762-
CMYK00.010.370.62
HSL58.33º22.5%31.37%-
HSV(B)58.33º36.73%38.43%-
XYZ10.1811.496.24-
YUV93.31110.33131.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.13%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=38.13%
G=37.74%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98976200.010.370.6258.3322.531.37
Hex62613E01253E3a161f
Octal14214176014576722637
Binary11000101100001111110011001011111101110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62613E; }

 p { color: rgb(98,97,62); }

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

<style>
 a { background-color: #62613E; }

 a { background-color: rgb(98,97,62); }

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

<style>
 span { border-color: #62613E; }

 span { border-color: rgb(98,97,62); }

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