#625F62

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

Shades of Salt Box #625F62

Tints of Salt Box #625F62

Color information

#625F62 (or 0x625F62) is unknown color: approx Salt Box. HEX triplet: 62, 5F and 62. RGB value is (98,95,98). Sum of RGB (Red+Green+Blue) = 98+95+98=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #625F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F62 is #9DA09D. Grayscale: #606060. Windows color (decimal): -10330270 or 6446946. OLE color: 6446946.

HSL color Cylindrical-coordinate representation of color #625F62: 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.03%. Process color model (Four color, CMYK) of #625F62 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB989598-
CMYK00.0300.62
HSL300º1.55%37.84%-
HSV(B)300º3.06%38.43%-
XYZ11.3311.6613.21-
YUV96.24128.99129.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=33.68%
G=32.65%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98959800.0300.623001.5537.84
Hex625F620303E12c226
Octal14213714203076454246
Binary110001010111111100010011011111010010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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