#656262

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

Shades of Dim Gray #656262

Tints of Dim Gray #656262

Color information

#656262 (or 0x656262) is unknown color: approx Dim Gray. HEX triplet: 65, 62 and 62. RGB value is (101,98,98). Sum of RGB (Red+Green+Blue) = 101+98+98=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 101 - color contains mainly: red. Hex color #656262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656262 is #9A9D9D. Grayscale: #626262. Windows color (decimal): -10132894 or 6447717. OLE color: 6447717.

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

Color convert

RGB1019898-
CMYK00.030.030.60
HSL1.51%39.02%-
HSV(B)2.97%39.61%-
XYZ11.9412.3813.32-
YUV98.9127.49129.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=34.01%
G=33.00%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101989800.030.030.6001.5139.02
Hex6562620333C0227
Octal145142142033740247
Binary11001011100010110001001111111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656262; }

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

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

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

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

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

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

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

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