#625B60

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

Shades of Salt Box #625B60

Tints of Salt Box #625B60

Color information

#625B60 (or 0x625B60) is unknown color: approx Salt Box. HEX triplet: 62, 5B and 60. RGB value is (98,91,96). Sum of RGB (Red+Green+Blue) = 98+91+96=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 98 - color contains mainly: red. Hex color #625B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B60 is #9DA49F. Grayscale: #5D5D5D. Windows color (decimal): -10331296 or 6314850. OLE color: 6314850.

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

Color convert

RGB989196-
CMYK00.070.020.62
HSL317.14º3.7%37.06%-
HSV(B)317.14º7.14%38.43%-
XYZ10.8910.9212.6-
YUV93.66129.32131.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.39%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=34.39%
G=31.93%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98919600.070.020.62317.143.737.06
Hex625B600723E13d425
Octal14213314007276475445
Binary110001010110111100000011110111110100111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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