#625F3F

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

Shades of Verdigris #625F3F

Tints of Verdigris #625F3F

Color information

#625F3F (or 0x625F3F) is unknown color: approx Verdigris. HEX triplet: 62, 5F and 3F. RGB value is (98,95,63). Sum of RGB (Red+Green+Blue) = 98+95+63=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #625F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625F3F is #9DA0C0. Grayscale: #5C5C5C. Windows color (decimal): -10330305 or 4153186. OLE color: 4153186.

HSL color Cylindrical-coordinate representation of color #625F3F: hue angle of 54.86º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #625F3F is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB989563-
CMYK00.030.360.62
HSL54.86º21.74%31.57%-
HSV(B)54.86º35.71%38.43%-
XYZ10.0311.146.32-
YUV92.25111.49132.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.28%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 63 (25% from 255) = 24.61%
R=38.28%
G=37.11%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98956300.030.360.6254.8621.7431.57
Hex625F3F03243E371620
Octal14213777034476672640
Binary1100010101111111111101110010011111011011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,95,63); }

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

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

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

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

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

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

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