#625660

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

Shades of Salt Box #625660

Tints of Salt Box #625660

Color information

#625660 (or 0x625660) is unknown color: approx Salt Box. HEX triplet: 62, 56 and 60. RGB value is (98,86,96). Sum of RGB (Red+Green+Blue) = 98+86+96=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 98 - color contains mainly: red. Hex color #625660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625660 is #9DA99F. Grayscale: #5A5A5A. Windows color (decimal): -10332576 or 6313570. OLE color: 6313570.

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

Color convert

RGB988696-
CMYK00.120.020.62
HSL310º6.52%36.08%-
HSV(B)310º12.24%38.43%-
XYZ10.4810.112.46-
YUV90.73130.98133.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=35%
G=30.71%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98869600.120.020.623106.5236.08
Hex6256600C23E136724
Octal142126140014276466744
Binary1100010101011011000000110010111110100110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625660; }

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

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

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

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

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

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

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

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