#6E6C6C

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

Shades of Dim Gray #6E6C6C

Tints of Dim Gray #6E6C6C

Color information

#6E6C6C (or 0x6E6C6C) is unknown color: approx Dim Gray. HEX triplet: 6E, 6C and 6C. RGB value is (110,108,108). Sum of RGB (Red+Green+Blue) = 110+108+108=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6C6C is #919393. Grayscale: #6C6C6C. Windows color (decimal): -9540500 or 7105646. OLE color: 7105646.

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

Color convert

RGB110108108-
CMYK00.020.020.57
HSL0.92%42.75%-
HSV(B)1.82%43.14%-
XYZ14.515.1216.34-
YUV108.6127.66129-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.74%
GREEN value IS 108 (42.58% from 255) = 33.13%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=33.74%
G=33.13%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11010810800.020.020.5700.9242.75
Hex6E6C6C02239012b
Octal156154154022710153
Binary1101110110110011011000101011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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