#60525F

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

Shades of Salt Box #60525F

Tints of Salt Box #60525F

Color information

#60525F (or 0x60525F) is unknown color: approx Salt Box. HEX triplet: 60, 52 and 5F. RGB value is (96,82,95). Sum of RGB (Red+Green+Blue) = 96+82+95=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 96 - color contains mainly: red. Hex color #60525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60525F is #9FADA0. Grayscale: #575757. Windows color (decimal): -10464673 or 6247008. OLE color: 6247008.

HSL color Cylindrical-coordinate representation of color #60525F: hue angle of 304.29º 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 #60525F is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB968295-
CMYK00.150.010.62
HSL304.29º7.87%34.9%-
HSV(B)304.29º14.58%37.65%-
XYZ9.919.3512.11-
YUV87.67132.14133.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=35.16%
G=30.04%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96829500.150.010.62304.297.8734.9
Hex60525F0F13E130823
Octal1401221370171764601043
Binary1100000101001010111110111111111101001100001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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