#616061

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

Shades of Salt Box #616061

Tints of Salt Box #616061

Color information

#616061 (or 0x616061) is unknown color: approx Salt Box. HEX triplet: 61, 60 and 61. RGB value is (97,96,97). Sum of RGB (Red+Green+Blue) = 97+96+97=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #616061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616061 is #9E9F9E. Grayscale: #606060. Windows color (decimal): -10395551 or 6381665. OLE color: 6381665.

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

Color convert

RGB979697-
CMYK00.0100.62
HSL300º0.52%37.84%-
HSV(B)300º1.03%38.04%-
XYZ11.2711.7712.99-
YUV96.41128.33128.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.45%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=33.45%
G=33.10%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97969700.0100.623000.5237.84
Hex6160610103E12c126
Octal14114014101076454146
Binary1100001110000011000010101111101001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616061; }

 p { color: rgb(97,96,97); }

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

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

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

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

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

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

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