#625B61

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

Shades of Salt Box #625B61

Tints of Salt Box #625B61

Color information

#625B61 (or 0x625B61) is unknown color: approx Salt Box. HEX triplet: 62, 5B and 61. RGB value is (98,91,97). Sum of RGB (Red+Green+Blue) = 98+91+97=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 98 - color contains mainly: red. Hex color #625B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B61 is #9DA49E. Grayscale: #5D5D5D. Windows color (decimal): -10331295 or 6380386. OLE color: 6380386.

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

Color convert

RGB989197-
CMYK00.070.010.62
HSL308.57º3.7%37.06%-
HSV(B)308.57º7.14%38.43%-
XYZ10.9410.9412.84-
YUV93.78129.82131.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=34.27%
G=31.82%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98919700.070.010.62308.573.737.06
Hex625B610713E135425
Octal14213314107176465445
Binary11000101011011110000101111111110100110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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