#60525C

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

Shades of Salt Box #60525C

Tints of Salt Box #60525C

Color information

#60525C (or 0x60525C) is unknown color: approx Salt Box. HEX triplet: 60, 52 and 5C. RGB value is (96,82,92). Sum of RGB (Red+Green+Blue) = 96+82+92=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 96 - color contains mainly: red. Hex color #60525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60525C is #9FADA3. Grayscale: #575757. Windows color (decimal): -10464676 or 6050400. OLE color: 6050400.

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

Color convert

RGB968292-
CMYK00.150.040.62
HSL317.14º7.87%34.9%-
HSV(B)317.14º14.58%37.65%-
XYZ9.779.2911.4-
YUV87.33130.64134.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.56%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 92 (36.33% from 255) = 34.07%
R=35.56%
G=30.37%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96829200.150.040.62317.147.8734.9
Hex60525C0F43E13d823
Octal1401221340174764751043
Binary110000010100101011100011111001111101001111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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