#626262

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

Shades of Dim Gray #626262

Tints of Dim Gray #626262

Color information

#626262 (or 0x626262) is unknown color: approx Dim Gray. HEX triplet: 62, 62 and 62. RGB value is (98,98,98). Sum of RGB (Red+Green+Blue) = 98+98+98=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 98 - color contains mainly: red, green, blue. Hex color #626262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626262 is #9D9D9D. Grayscale: #626262. Windows color (decimal): -10329502 or 6447714. OLE color: 6447714.

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

Color convert

RGB989898-
CMYK0000.62
HSL0%38.43%-
HSV(B)0%38.43%-
XYZ11.6112.2113.3-
YUV98128128-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 33.33%
BLUE value IS 98 (38.67% 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
Decimal9898980000.620038.43
Hex6262620003E0026
Octal142142142000760046
Binary11000101100010110001000011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626262; }

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

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

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

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

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

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

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

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