#625E5E

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

Shades of Zambezi #625E5E

Tints of Zambezi #625E5E

Color information

#625E5E (or 0x625E5E) is unknown color: approx Zambezi. HEX triplet: 62, 5E and 5E. RGB value is (98,94,94). Sum of RGB (Red+Green+Blue) = 98+94+94=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 98 - color contains mainly: red. Hex color #625E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E5E is #9DA1A1. Grayscale: #5F5F5F. Windows color (decimal): -10330530 or 6184546. OLE color: 6184546.

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

Color convert

RGB989494-
CMYK00.040.040.62
HSL2.08%37.65%-
HSV(B)4.08%38.43%-
XYZ11.0611.4112.21-
YUV95.2127.33130-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 94 (37.11% from 255) = 32.87%
R=34.27%
G=32.87%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98949400.040.040.6202.0837.65
Hex625E5E0443E0226
Octal142136136044760246
Binary1100010101111010111100100100111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,94,94); }

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

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

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

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

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

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

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