#6E6565

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

Shades of Dim Gray #6E6565

Tints of Dim Gray #6E6565

Color information

#6E6565 (or 0x6E6565) is unknown color: approx Dim Gray. HEX triplet: 6E, 65 and 65. RGB value is (110,101,101). Sum of RGB (Red+Green+Blue) = 110+101+101=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6565 is #919A9A. Grayscale: #676767. Windows color (decimal): -9542299 or 6645102. OLE color: 6645102.

HSL color Cylindrical-coordinate representation of color #6E6565: hue angle of 0º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6E6565 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB110101101-
CMYK00.080.080.57
HSL4.27%41.37%-
HSV(B)8.18%43.14%-
XYZ13.4313.5614.22-
YUV103.69126.48132.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.26%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 101 (39.84% from 255) = 32.37%
R=35.26%
G=32.37%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11010110100.080.080.5704.2741.37
Hex6E6565088390429
Octal15614514501010710451
Binary1101110110010111001010100010001110010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E6565; }

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

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

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

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

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

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

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

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