#62623A

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

Shades of Verdigris #62623A

Tints of Verdigris #62623A

Color information

#62623A (or 0x62623A) is unknown color: approx Verdigris. HEX triplet: 62, 62 and 3A. RGB value is (98,98,58). Sum of RGB (Red+Green+Blue) = 98+98+58=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 98 - color contains mainly: red, green. Hex color #62623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62623A is #9D9DC5. Grayscale: #5D5D5D. Windows color (decimal): -10329542 or 3826274. OLE color: 3826274.

HSL color Cylindrical-coordinate representation of color #62623A: hue angle of 60º 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 #62623A is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB989858-
CMYK000.410.62
HSL60º25.64%30.59%-
HSV(B)60º40.82%38.43%-
XYZ10.1711.645.71-
YUV93.44108131.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.58%
GREEN value IS 98 (38.67% from 255) = 38.58%
BLUE value IS 58 (23.05% from 255) = 22.83%
R=38.58%
G=38.58%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal989858000.410.626025.6430.59
Hex62623A00293E3c1a1f
Octal14214272005176743237
Binary11000101100010111010001010011111101111001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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