#616161

Color #616161 Dim Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dim Gray #616161

Tints of Dim Gray #616161

Color information

#616161 (or 0x616161) is unknown color: approx Dim Gray. HEX triplet: 61, 61 and 61. RGB value is (97,97,97). Sum of RGB (Red+Green+Blue) = 97+97+97=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 97 - color contains mainly: red, green, blue. Hex color #616161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616161 is #9E9E9E. Grayscale: #616161. Windows color (decimal): -10395295 or 6381921. OLE color: 6381921.

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

Color convert

RGB979797-
CMYK0000.62
HSL0%38.04%-
HSV(B)0%38.04%-
XYZ11.3611.9513.02-
YUV97128128-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9797970000.620038.04
Hex6161610003E0026
Octal141141141000760046
Binary11000011100001110000100011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616161; }

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

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

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

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

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

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

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

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