#62575E

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

Shades of Salt Box #62575E

Tints of Salt Box #62575E

Color information

#62575E (or 0x62575E) is unknown color: approx Salt Box. HEX triplet: 62, 57 and 5E. RGB value is (98,87,94). Sum of RGB (Red+Green+Blue) = 98+87+94=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 98 - color contains mainly: red. Hex color #62575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62575E is #9DA8A1. Grayscale: #5B5B5B. Windows color (decimal): -10332322 or 6182754. OLE color: 6182754.

HSL color Cylindrical-coordinate representation of color #62575E: hue angle of 321.82º 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 #62575E is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB988794-
CMYK00.110.040.62
HSL321.82º5.95%36.27%-
HSV(B)321.82º11.22%38.43%-
XYZ10.4710.2212.01-
YUV91.09129.64132.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.13%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=35.13%
G=31.18%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98879400.110.040.62321.825.9536.27
Hex62575E0B43E142624
Octal142127136013476502644
Binary11000101010111101111001011100111110101000010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62575E; }

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

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

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

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

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

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

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

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