#625E61

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

Shades of Salt Box #625E61

Tints of Salt Box #625E61

Color information

#625E61 (or 0x625E61) is unknown color: approx Salt Box. HEX triplet: 62, 5E and 61. RGB value is (98,94,97). Sum of RGB (Red+Green+Blue) = 98+94+97=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 98 - color contains mainly: red. Hex color #625E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E61 is #9DA19E. Grayscale: #5F5F5F. Windows color (decimal): -10330527 or 6381154. OLE color: 6381154.

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

Color convert

RGB989497-
CMYK00.040.010.62
HSL315º2.08%37.65%-
HSV(B)315º4.08%38.43%-
XYZ11.211.4712.93-
YUV95.54128.83129.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 97 (38.28% from 255) = 33.56%
R=33.91%
G=32.53%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98949700.040.010.623152.0837.65
Hex625E610413E13b226
Octal14213614104176473246
Binary1100010101111011000010100111111010011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625E61; }

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

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

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

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

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

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

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

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