#625B62

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

Shades of Salt Box #625B62

Tints of Salt Box #625B62

Color information

#625B62 (or 0x625B62) is unknown color: approx Salt Box. HEX triplet: 62, 5B and 62. RGB value is (98,91,98). Sum of RGB (Red+Green+Blue) = 98+91+98=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #625B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B62 is #9DA49D. Grayscale: #5D5D5D. Windows color (decimal): -10331294 or 6445922. OLE color: 6445922.

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

Color convert

RGB989198-
CMYK00.0700.62
HSL300º3.7%37.06%-
HSV(B)300º7.14%38.43%-
XYZ10.9810.9613.09-
YUV93.89130.32130.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=34.15%
G=31.71%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98919800.0700.623003.737.06
Hex625B620703E12c425
Octal14213314207076454445
Binary11000101011011110001001110111110100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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