#625A5F

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

Shades of Salt Box #625A5F

Tints of Salt Box #625A5F

Color information

#625A5F (or 0x625A5F) is unknown color: approx Salt Box. HEX triplet: 62, 5A and 5F. RGB value is (98,90,95). Sum of RGB (Red+Green+Blue) = 98+90+95=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 98 - color contains mainly: red. Hex color #625A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A5F is #9DA5A0. Grayscale: #5C5C5C. Windows color (decimal): -10331553 or 6249058. OLE color: 6249058.

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

Color convert

RGB989095-
CMYK00.080.030.62
HSL322.5º4.26%36.86%-
HSV(B)322.5º8.16%38.43%-
XYZ10.7610.7412.33-
YUV92.96129.15131.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.63%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=34.63%
G=31.80%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98909500.080.030.62322.54.2636.86
Hex625A5F0833E142425
Octal142132137010376502445
Binary1100010101101010111110100011111110101000010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,90,95); }

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

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

 a { background-color: rgb(98,90,95); }

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

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

 span { border-color: rgb(98,90,95); }

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