#625E43

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

Shades of Verdigris #625E43

Tints of Verdigris #625E43

Color information

#625E43 (or 0x625E43) is unknown color: approx Verdigris. HEX triplet: 62, 5E and 43. RGB value is (98,94,67). Sum of RGB (Red+Green+Blue) = 98+94+67=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #625E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625E43 is #9DA1BC. Grayscale: #5C5C5C. Windows color (decimal): -10330557 or 4415074. OLE color: 4415074.

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

Color convert

RGB989467-
CMYK00.040.320.62
HSL52.26º18.79%32.35%-
HSV(B)52.26º31.63%38.43%-
XYZ10.0511.016.9-
YUV92.12113.83132.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.84%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 67 (26.56% from 255) = 25.87%
R=37.84%
G=36.29%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98946700.040.320.6252.2618.7932.35
Hex625E4304203E341320
Octal142136103044076642340
Binary110001010111101000011010010000011111011010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,94,67); }

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

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

 a { background-color: rgb(98,94,67); }

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

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

 span { border-color: rgb(98,94,67); }

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