#625F43

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

Shades of Verdigris #625F43

Tints of Verdigris #625F43

Color information

#625F43 (or 0x625F43) is unknown color: approx Verdigris. HEX triplet: 62, 5F and 43. RGB value is (98,95,67). Sum of RGB (Red+Green+Blue) = 98+95+67=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 98 - color contains mainly: red. Hex color #625F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625F43 is #9DA0BC. Grayscale: #5C5C5C. Windows color (decimal): -10330301 or 4415330. OLE color: 4415330.

HSL color Cylindrical-coordinate representation of color #625F43: hue angle of 54.19º 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 #625F43 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB989567-
CMYK00.030.320.62
HSL54.19º18.79%32.35%-
HSV(B)54.19º31.63%38.43%-
XYZ10.1411.196.93-
YUV92.7113.49131.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.69%
GREEN value IS 95 (37.5% from 255) = 36.54%
BLUE value IS 67 (26.56% from 255) = 25.77%
R=37.69%
G=36.54%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98956700.030.320.6254.1918.7932.35
Hex625F4303203E361320
Octal142137103034076662340
Binary11000101011111100001101110000011111011011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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