#625F35

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

Shades of Verdigris #625F35

Tints of Verdigris #625F35

Color information

#625F35 (or 0x625F35) is unknown color: approx Verdigris. HEX triplet: 62, 5F and 35. RGB value is (98,95,53). Sum of RGB (Red+Green+Blue) = 98+95+53=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #625F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625F35 is #9DA0CA. Grayscale: #5B5B5B. Windows color (decimal): -10330315 or 3497826. OLE color: 3497826.

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

Color convert

RGB989553-
CMYK00.030.460.62
HSL56º29.8%29.61%-
HSV(B)56º45.92%38.43%-
XYZ9.7711.044.98-
YUV91.11106.49132.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.84%
GREEN value IS 95 (37.5% from 255) = 38.62%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=39.84%
G=38.62%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98955300.030.460.625629.829.61
Hex625F35032E3E381e1e
Octal14213765035676703636
Binary110001010111111101010111011101111101110001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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