#625D3A

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

Shades of Verdigris #625D3A

Tints of Verdigris #625D3A

Color information

#625D3A (or 0x625D3A) is unknown color: approx Verdigris. HEX triplet: 62, 5D and 3A. RGB value is (98,93,58). Sum of RGB (Red+Green+Blue) = 98+93+58=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 98 - color contains mainly: red. Hex color #625D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625D3A is #9DA2C5. Grayscale: #5A5A5A. Windows color (decimal): -10330822 or 3824994. OLE color: 3824994.

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

Color convert

RGB989358-
CMYK00.050.410.62
HSL52.5º25.64%30.59%-
HSV(B)52.5º40.82%38.43%-
XYZ9.7210.735.56-
YUV90.5109.66133.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.36%
GREEN value IS 93 (36.72% from 255) = 37.35%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=39.36%
G=37.35%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98935800.050.410.6252.525.6430.59
Hex625D3A05293E341a1f
Octal14213572055176643237
Binary1100010101110111101001011010011111101101001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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