#625F49

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

Shades of Verdigris #625F49

Tints of Verdigris #625F49

Color information

#625F49 (or 0x625F49) is unknown color: approx Verdigris. HEX triplet: 62, 5F and 49. RGB value is (98,95,73). Sum of RGB (Red+Green+Blue) = 98+95+73=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 98 - color contains mainly: red. Hex color #625F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625F49 is #9DA0B6. Grayscale: #5D5D5D. Windows color (decimal): -10330295 or 4808546. OLE color: 4808546.

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

Color convert

RGB989573-
CMYK00.030.260.62
HSL52.8º14.62%33.53%-
HSV(B)52.8º25.51%38.43%-
XYZ10.3311.267.93-
YUV93.39116.49131.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.84%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=36.84%
G=35.71%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98957300.030.260.6252.814.6233.53
Hex625F49031A3E35f22
Octal142137111033276651742
Binary110001010111111001001011110101111101101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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