#625E62

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

Shades of Salt Box #625E62

Tints of Salt Box #625E62

Color information

#625E62 (or 0x625E62) is unknown color: approx Salt Box. HEX triplet: 62, 5E and 62. RGB value is (98,94,98). Sum of RGB (Red+Green+Blue) = 98+94+98=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #625E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E62 is #9DA19D. Grayscale: #5F5F5F. Windows color (decimal): -10330526 or 6446690. OLE color: 6446690.

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

Color convert

RGB989498-
CMYK00.0400.62
HSL300º2.08%37.65%-
HSV(B)300º4.08%38.43%-
XYZ11.2411.4813.18-
YUV95.65129.33129.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98949800.0400.623002.0837.65
Hex625E620403E12c226
Octal14213614204076454246
Binary1100010101111011000100100011111010010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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