#62535F

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

Shades of Salt Box #62535F

Tints of Salt Box #62535F

Color information

#62535F (or 0x62535F) is unknown color: approx Salt Box. HEX triplet: 62, 53 and 5F. RGB value is (98,83,95). Sum of RGB (Red+Green+Blue) = 98+83+95=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 98 - color contains mainly: red. Hex color #62535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62535F is #9DACA0. Grayscale: #585858. Windows color (decimal): -10333345 or 6247266. OLE color: 6247266.

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

Color convert

RGB988395-
CMYK00.150.030.62
HSL312º8.29%35.49%-
HSV(B)312º15.31%38.43%-
XYZ10.29.6112.14-
YUV88.85131.47134.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=35.51%
G=30.07%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98839500.150.030.623128.2935.49
Hex62535F0F33E138823
Octal1421231370173764701043
Binary11000101010011101111101111111111101001110001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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