#626161

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

Shades of Dim Gray #626161

Tints of Dim Gray #626161

Color information

#626161 (or 0x626161) is unknown color: approx Dim Gray. HEX triplet: 62, 61 and 61. RGB value is (98,97,97). Sum of RGB (Red+Green+Blue) = 98+97+97=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 98 - color contains mainly: red. Hex color #626161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626161 is #9D9E9E. Grayscale: #616161. Windows color (decimal): -10329759 or 6381922. OLE color: 6381922.

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

Color convert

RGB989797-
CMYK00.010.010.62
HSL0.51%38.24%-
HSV(B)1.02%38.43%-
XYZ11.4712.0113.02-
YUV97.3127.83128.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.56%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=33.56%
G=33.22%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98979700.010.010.6200.5138.24
Hex6261610113E0126
Octal142141141011760146
Binary11000101100001110000101111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626161; }

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

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

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

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

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

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

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

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