#625857

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

Shades of Zambezi #625857

Tints of Zambezi #625857

Color information

#625857 (or 0x625857) is unknown color: approx Zambezi. HEX triplet: 62, 58 and 57. RGB value is (98,88,87). Sum of RGB (Red+Green+Blue) = 98+88+87=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 98 - color contains mainly: red. Hex color #625857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625857 is #9DA7A8. Grayscale: #5A5A5A. Windows color (decimal): -10332073 or 5724258. OLE color: 5724258.

HSL color Cylindrical-coordinate representation of color #625857: hue angle of 5.45º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #625857 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB988887-
CMYK00.100.110.62
HSL5.45º5.95%36.27%-
HSV(B)5.45º11.22%38.43%-
XYZ10.2510.2610.46-
YUV90.88125.81133.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.90%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 87 (34.38% from 255) = 31.87%
R=35.90%
G=32.23%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98888700.100.110.625.455.9536.27
Hex6258570AB3E5624
Octal14213012701213765644
Binary110001010110001010111010101011111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625857; }

 p { color: rgb(98,88,87); }

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

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

 a { background-color: rgb(98,88,87); }

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

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

 span { border-color: rgb(98,88,87); }

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