#625C3E

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

Shades of Verdigris #625C3E

Tints of Verdigris #625C3E

Color information

#625C3E (or 0x625C3E) is unknown color: approx Verdigris. HEX triplet: 62, 5C and 3E. RGB value is (98,92,62). Sum of RGB (Red+Green+Blue) = 98+92+62=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 98 - color contains mainly: red. Hex color #625C3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625C3E is #9DA3C1. Grayscale: #5A5A5A. Windows color (decimal): -10331074 or 4086882. OLE color: 4086882.

HSL color Cylindrical-coordinate representation of color #625C3E: hue angle of 50º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #625C3E is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB989262-
CMYK00.060.370.62
HSL50º22.5%31.37%-
HSV(B)50º36.73%38.43%-
XYZ9.7310.66.09-
YUV90.37111.99133.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.89%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 62 (24.61% from 255) = 24.60%
R=38.89%
G=36.51%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98926200.060.370.625022.531.37
Hex625C3E06253E32161f
Octal14213476064576622637
Binary1100010101110011111001101001011111101100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,92,62); }

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

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

 a { background-color: rgb(98,92,62); }

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

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

 span { border-color: rgb(98,92,62); }

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