#60525E

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

Shades of Salt Box #60525E

Tints of Salt Box #60525E

Color information

#60525E (or 0x60525E) is unknown color: approx Salt Box. HEX triplet: 60, 52 and 5E. RGB value is (96,82,94). Sum of RGB (Red+Green+Blue) = 96+82+94=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 96 - color contains mainly: red. Hex color #60525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60525E is #9FADA1. Grayscale: #575757. Windows color (decimal): -10464674 or 6181472. OLE color: 6181472.

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

Color convert

RGB968294-
CMYK00.150.020.62
HSL308.57º7.87%34.9%-
HSV(B)308.57º14.58%37.65%-
XYZ9.869.3311.87-
YUV87.55131.64134.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=35.29%
G=30.15%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96829400.150.020.62308.577.8734.9
Hex60525E0F23E135823
Octal1401221360172764651043
Binary11000001010010101111001111101111101001101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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