#625D41

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

Shades of Verdigris #625D41

Tints of Verdigris #625D41

Color information

#625D41 (or 0x625D41) is unknown color: approx Verdigris. HEX triplet: 62, 5D and 41. RGB value is (98,93,65). Sum of RGB (Red+Green+Blue) = 98+93+65=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #625D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625D41 is #9DA2BE. Grayscale: #5B5B5B. Windows color (decimal): -10330815 or 4283746. OLE color: 4283746.

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

Color convert

RGB989365-
CMYK00.050.340.62
HSL50.91º20.25%31.96%-
HSV(B)50.91º33.67%38.43%-
XYZ9.9110.816.56-
YUV91.3113.16132.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.28%
GREEN value IS 93 (36.72% from 255) = 36.33%
BLUE value IS 65 (25.78% from 255) = 25.39%
R=38.28%
G=36.33%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98936500.050.340.6250.9120.2531.96
Hex625D4105223E331420
Octal142135101054276632440
Binary110001010111011000001010110001011111011001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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