#646262

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

Shades of Dim Gray #646262

Tints of Dim Gray #646262

Color information

#646262 (or 0x646262) is unknown color: approx Dim Gray. HEX triplet: 64, 62 and 62. RGB value is (100,98,98). Sum of RGB (Red+Green+Blue) = 100+98+98=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 100 - color contains mainly: red. Hex color #646262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646262 is #9B9D9D. Grayscale: #626262. Windows color (decimal): -10198430 or 6447716. OLE color: 6447716.

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

Color convert

RGB1009898-
CMYK00.020.020.61
HSL1.01%38.82%-
HSV(B)2%39.22%-
XYZ11.8312.3313.31-
YUV98.6127.66129-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 98 (38.67% from 255) = 33.11%
R=33.78%
G=33.11%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100989800.020.020.6101.0138.82
Hex6462620223D0127
Octal144142142022750147
Binary1100100110001011000100101011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646262; }

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

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

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

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

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

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

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

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