#625560

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

Shades of Salt Box #625560

Tints of Salt Box #625560

Color information

#625560 (or 0x625560) is unknown color: approx Salt Box. HEX triplet: 62, 55 and 60. RGB value is (98,85,96). Sum of RGB (Red+Green+Blue) = 98+85+96=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 98 - color contains mainly: red. Hex color #625560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625560 is #9DAA9F. Grayscale: #5A5A5A. Windows color (decimal): -10332832 or 6313314. OLE color: 6313314.

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

Color convert

RGB988596-
CMYK00.130.020.62
HSL309.23º7.1%35.88%-
HSV(B)309.23º13.27%38.43%-
XYZ10.49.9412.44-
YUV90.14131.31133.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.13%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=35.13%
G=30.47%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98859600.130.020.62309.237.135.88
Hex6255600D23E135724
Octal142125140015276465744
Binary1100010101010111000000110110111110100110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625560; }

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

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

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

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

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

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

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

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