#626035

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

Shades of Verdigris #626035

Tints of Verdigris #626035

Color information

#626035 (or 0x626035) is unknown color: approx Verdigris. HEX triplet: 62, 60 and 35. RGB value is (98,96,53). Sum of RGB (Red+Green+Blue) = 98+96+53=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #626035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626035 is #9D9FCA. Grayscale: #5B5B5B. Windows color (decimal): -10330059 or 3498082. OLE color: 3498082.

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

Color convert

RGB989653-
CMYK00.020.460.62
HSL57.33º29.8%29.61%-
HSV(B)57.33º45.92%38.43%-
XYZ9.8611.225.01-
YUV91.7106.16132.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.68%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 53 (21.09% from 255) = 21.46%
R=39.68%
G=38.87%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98965300.020.460.6257.3329.829.61
Hex626035022E3E391e1e
Octal14214065025676713636
Binary110001011000001101010101011101111101110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626035; }

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

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

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

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

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

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

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

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