#625860

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

Shades of Salt Box #625860

Tints of Salt Box #625860

Color information

#625860 (or 0x625860) is unknown color: approx Salt Box. HEX triplet: 62, 58 and 60. RGB value is (98,88,96). Sum of RGB (Red+Green+Blue) = 98+88+96=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 98 - color contains mainly: red. Hex color #625860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625860 is #9DA79F. Grayscale: #5B5B5B. Windows color (decimal): -10332064 or 6314082. OLE color: 6314082.

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

Color convert

RGB988896-
CMYK00.100.020.62
HSL312º5.38%36.47%-
HSV(B)312º10.2%38.43%-
XYZ10.6410.4212.52-
YUV91.9130.31132.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.75%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=34.75%
G=31.21%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98889600.100.020.623125.3836.47
Hex6258600A23E138524
Octal142130140012276470544
Binary1100010101100011000000101010111110100111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625860; }

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

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

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

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

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

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

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

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