#625D43

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

Shades of Verdigris #625D43

Tints of Verdigris #625D43

Color information

#625D43 (or 0x625D43) is unknown color: approx Verdigris. HEX triplet: 62, 5D and 43. RGB value is (98,93,67). Sum of RGB (Red+Green+Blue) = 98+93+67=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #625D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625D43 is #9DA2BC. Grayscale: #5B5B5B. Windows color (decimal): -10330813 or 4414818. OLE color: 4414818.

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

Color convert

RGB989367-
CMYK00.050.320.62
HSL50.32º18.79%32.35%-
HSV(B)50.32º31.63%38.43%-
XYZ9.9610.836.88-
YUV91.53114.16132.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.98%
GREEN value IS 93 (36.72% from 255) = 36.05%
BLUE value IS 67 (26.56% from 255) = 25.97%
R=37.98%
G=36.05%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98936700.050.320.6250.3218.7932.35
Hex625D4305203E321320
Octal142135103054076622340
Binary110001010111011000011010110000011111011001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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