#62525E

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

Shades of Salt Box #62525E

Tints of Salt Box #62525E

Color information

#62525E (or 0x62525E) is unknown color: approx Salt Box. HEX triplet: 62, 52 and 5E. RGB value is (98,82,94). Sum of RGB (Red+Green+Blue) = 98+82+94=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 98 - color contains mainly: red. Hex color #62525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62525E is #9DADA1. Grayscale: #585858. Windows color (decimal): -10333602 or 6181474. OLE color: 6181474.

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

Color convert

RGB988294-
CMYK00.160.040.62
HSL315º8.89%35.29%-
HSV(B)315º16.33%38.43%-
XYZ10.079.4411.88-
YUV88.15131.3135.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.77%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=35.77%
G=29.93%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98829400.160.040.623158.8935.29
Hex62525E01043E13b923
Octal1421221360204764731143
Binary1100010101001010111100100001001111101001110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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