#625F3A

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

Shades of Verdigris #625F3A

Tints of Verdigris #625F3A

Color information

#625F3A (or 0x625F3A) is unknown color: approx Verdigris. HEX triplet: 62, 5F and 3A. RGB value is (98,95,58). Sum of RGB (Red+Green+Blue) = 98+95+58=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 98 - color contains mainly: red. Hex color #625F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625F3A is #9DA0C5. Grayscale: #5B5B5B. Windows color (decimal): -10330310 or 3825506. OLE color: 3825506.

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

Color convert

RGB989558-
CMYK00.030.410.62
HSL55.5º25.64%30.59%-
HSV(B)55.5º40.82%38.43%-
XYZ9.8911.095.62-
YUV91.68108.99132.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.04%
GREEN value IS 95 (37.5% from 255) = 37.85%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=39.04%
G=37.85%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98955800.030.410.6255.525.6430.59
Hex625F3A03293E381a1f
Octal14213772035176703237
Binary110001010111111110100111010011111101110001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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