#625F4A

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

Shades of Verdigris #625F4A

Tints of Verdigris #625F4A

Color information

#625F4A (or 0x625F4A) is unknown color: approx Verdigris. HEX triplet: 62, 5F and 4A. RGB value is (98,95,74). Sum of RGB (Red+Green+Blue) = 98+95+74=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 98 - color contains mainly: red. Hex color #625F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625F4A is #9DA0B5. Grayscale: #5D5D5D. Windows color (decimal): -10330294 or 4874082. OLE color: 4874082.

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

Color convert

RGB989574-
CMYK00.030.240.62
HSL52.5º13.95%33.73%-
HSV(B)52.5º24.49%38.43%-
XYZ10.3711.288.11-
YUV93.5116.99131.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.70%
GREEN value IS 95 (37.5% from 255) = 35.58%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=36.70%
G=35.58%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98957400.030.240.6252.513.9533.73
Hex625F4A03183E34e22
Octal142137112033076641642
Binary110001010111111001010011110001111101101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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