#62505F

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

Shades of Salt Box #62505F

Tints of Salt Box #62505F

Color information

#62505F (or 0x62505F) is unknown color: approx Salt Box. HEX triplet: 62, 50 and 5F. RGB value is (98,80,95). Sum of RGB (Red+Green+Blue) = 98+80+95=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 98 - color contains mainly: red. Hex color #62505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62505F is #9DAFA0. Grayscale: #575757. Windows color (decimal): -10334113 or 6246498. OLE color: 6246498.

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

Color convert

RGB988095-
CMYK00.180.030.62
HSL310º10.11%34.9%-
HSV(B)310º18.37%38.43%-
XYZ9.979.1612.07-
YUV87.09132.46135.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.90%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=35.90%
G=29.30%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98809500.180.030.6231010.1134.9
Hex62505F01233E136a23
Octal1421201370223764661243
Binary110001010100001011111010010111111101001101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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