#625A39

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

Shades of Verdigris #625A39

Tints of Verdigris #625A39

Color information

#625A39 (or 0x625A39) is unknown color: approx Verdigris. HEX triplet: 62, 5A and 39. RGB value is (98,90,57). Sum of RGB (Red+Green+Blue) = 98+90+57=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #625A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A39 is #9DA5C6. Grayscale: #585858. Windows color (decimal): -10331591 or 3758690. OLE color: 3758690.

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

Color convert

RGB989057-
CMYK00.080.420.62
HSL48.29º26.45%30.39%-
HSV(B)48.29º41.84%38.43%-
XYZ9.4310.25.34-
YUV88.63110.15134.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 57 (22.66% from 255) = 23.27%
R=40%
G=36.73%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98905700.080.420.6248.2926.4530.39
Hex625A39082A3E301a1e
Octal142132710105276603236
Binary11000101011010111001010001010101111101100001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625A39; }

 p { color: rgb(98,90,57); }

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

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

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

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

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

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

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