#62525F

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

Shades of Salt Box #62525F

Tints of Salt Box #62525F

Color information

#62525F (or 0x62525F) is unknown color: approx Salt Box. HEX triplet: 62, 52 and 5F. RGB value is (98,82,95). Sum of RGB (Red+Green+Blue) = 98+82+95=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 98 - color contains mainly: red. Hex color #62525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62525F is #9DADA0. Grayscale: #585858. Windows color (decimal): -10333601 or 6247010. OLE color: 6247010.

HSL color Cylindrical-coordinate representation of color #62525F: hue angle of 311.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #62525F is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB988295-
CMYK00.160.030.62
HSL311.25º8.89%35.29%-
HSV(B)311.25º16.33%38.43%-
XYZ10.129.4612.12-
YUV88.27131.8134.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.64%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=35.64%
G=29.82%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98829500.160.030.62311.258.8935.29
Hex62525F01033E137923
Octal1421221370203764671143
Binary110001010100101011111010000111111101001101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62525F; }

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

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

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

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

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

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

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

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