Html Css Color HEX #616161 Dim Gray

📋 copy color: '#616161'

red 97 ◦ green 97 ◦ blue 97

#616161
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dim Gray #616161

Tints of Dim Gray #616161

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 value IS 0

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#616161 (or 0x616161) is known color: 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

RGB 97 97 97 -
CMYK 0 0 0 0.62
HSL 0% 0.38% -
HSV(B) 0% 0.38% -
XYZ 11.36 11.95 13.02 -
YUV 97 128 128 -
System Red Green Blue C M Y K H S L
Decimal 97 97 97 0 0 0 0.62 0 0 0.38
Hex 61 61 61 0 0 0 3E 0 0 26
Octal 141 141 141 0 0 0 76 0 0 46
Binary 1100001 1100001 1100001 0 0 0 111110 0 0 100110

Color Harmonies of #616161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616161

Black with #616161

Text Example


Text Example

White with #616161

Text Example


Text Example

HTML Codes & Css Web 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>