#625B3B

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

Shades of Verdigris #625B3B

Tints of Verdigris #625B3B

Color information

#625B3B (or 0x625B3B) is unknown color: approx Verdigris. HEX triplet: 62, 5B and 3B. RGB value is (98,91,59). Sum of RGB (Red+Green+Blue) = 98+91+59=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 98 - color contains mainly: red. Hex color #625B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625B3B is #9DA4C4. Grayscale: #595959. Windows color (decimal): -10331333 or 3890018. OLE color: 3890018.

HSL color Cylindrical-coordinate representation of color #625B3B: hue angle of 49.23º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #625B3B is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB989159-
CMYK00.070.400.62
HSL49.23º24.84%30.78%-
HSV(B)49.23º39.8%38.43%-
XYZ9.5710.395.64-
YUV89.44110.82134.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.52%
GREEN value IS 91 (35.94% from 255) = 36.69%
BLUE value IS 59 (23.44% from 255) = 23.79%
R=39.52%
G=36.69%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98915900.070.400.6249.2324.8430.78
Hex625B3B07283E31191f
Octal14213373075076613137
Binary1100010101101111101101111010001111101100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,91,59); }

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

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

 a { background-color: rgb(98,91,59); }

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

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

 span { border-color: rgb(98,91,59); }

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