#60505F

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

Shades of Salt Box #60505F

Tints of Salt Box #60505F

Color information

#60505F (or 0x60505F) is unknown color: approx Salt Box. HEX triplet: 60, 50 and 5F. RGB value is (96,80,95). Sum of RGB (Red+Green+Blue) = 96+80+95=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 96 - color contains mainly: red. Hex color #60505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60505F is #9FAFA0. Grayscale: #565656. Windows color (decimal): -10465185 or 6246496. OLE color: 6246496.

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

Color convert

RGB968095-
CMYK00.170.010.62
HSL303.75º9.09%34.51%-
HSV(B)303.75º16.67%37.65%-
XYZ9.769.0512.06-
YUV86.49132.8134.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.42%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=35.42%
G=29.52%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96809500.170.010.62303.759.0934.51
Hex60505F01113E130923
Octal1401201370211764601143
Binary11000001010000101111101000111111101001100001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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