#6D6C6C

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

Shades of Dim Gray #6D6C6C

Tints of Dim Gray #6D6C6C

Color information

#6D6C6C (or 0x6D6C6C) is unknown color: approx Dim Gray. HEX triplet: 6D, 6C and 6C. RGB value is (109,108,108). Sum of RGB (Red+Green+Blue) = 109+108+108=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6C6C is #929393. Grayscale: #6C6C6C. Windows color (decimal): -9606036 or 7105645. OLE color: 7105645.

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

Color convert

RGB109108108-
CMYK00.010.010.57
HSL0.46%42.55%-
HSV(B)0.92%42.75%-
XYZ14.3815.0616.34-
YUV108.3127.83128.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.54%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=33.54%
G=33.23%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10910810800.010.010.5700.4642.55
Hex6D6C6C01139002b
Octal155154154011710053
Binary11011011101100110110001111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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