#625761

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

Shades of Salt Box #625761

Tints of Salt Box #625761

Color information

#625761 (or 0x625761) is unknown color: approx Salt Box. HEX triplet: 62, 57 and 61. RGB value is (98,87,97). Sum of RGB (Red+Green+Blue) = 98+87+97=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 98 - color contains mainly: red. Hex color #625761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625761 is #9DA89E. Grayscale: #5B5B5B. Windows color (decimal): -10332319 or 6379362. OLE color: 6379362.

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

Color convert

RGB988797-
CMYK00.110.010.62
HSL305.45º5.95%36.27%-
HSV(B)305.45º11.22%38.43%-
XYZ10.610.2812.73-
YUV91.43131.14132.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.75%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=34.75%
G=30.85%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98879700.110.010.62305.455.9536.27
Hex6257610B13E131624
Octal142127141013176461644
Binary110001010101111100001010111111110100110001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625761; }

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

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

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

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

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

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

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

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