#625961

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

Shades of Salt Box #625961

Tints of Salt Box #625961

Color information

#625961 (or 0x625961) is unknown color: approx Salt Box. HEX triplet: 62, 59 and 61. RGB value is (98,89,97). Sum of RGB (Red+Green+Blue) = 98+89+97=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 98 - color contains mainly: red. Hex color #625961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625961 is #9DA69E. Grayscale: #5C5C5C. Windows color (decimal): -10331807 or 6379874. OLE color: 6379874.

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

Color convert

RGB988997-
CMYK00.090.010.62
HSL306.67º4.81%36.67%-
HSV(B)306.67º9.18%38.43%-
XYZ10.7710.612.79-
YUV92.6130.48131.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.51%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=34.51%
G=31.34%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98899700.090.010.62306.674.8136.67
Hex6259610913E133525
Octal142131141011176463545
Binary110001010110011100001010011111110100110011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625961; }

 p { color: rgb(98,89,97); }

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

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

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

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

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

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

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