Html Css Color HEX #6D6666 Dim Gray

📋 copy color: '#6D6666'

red 109 ◦ green 102 ◦ blue 102

#6D6666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dim Gray #6D6666

Tints of Dim Gray #6D6666

RGB

 RED value IS 109 (42.97% from 255) = 34.82%

 GREEN value IS 102 (40.23% from 255) = 32.59%

 BLUE value IS 102 (40.23% from 255) = 32.59%

R = 34.82%
G = 32.59%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D6666 (or 0x6D6666) is known color: Dim Gray. HEX triplet: 6D, 66 and 66. RGB value is (109,102,102). Sum of RGB (Red+Green+Blue) = 109+102+102=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6666 is #929999. Grayscale: #686868. Windows color (decimal): -9607578 or 6710893. OLE color: 6710893.

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

Color convert

RGB 109 102 102 -
CMYK 0 0.06 0.06 0.57
HSL 0.03% 0.41% -
HSV(B) 0.06% 0.43% -
XYZ 13.46 13.71 14.51 -
YUV 104.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 109 102 102 0 0.06 0.06 0.57 0 0.03 0.41
Hex 6D 66 66 0 6 6 39 0 3 29
Octal 155 146 146 0 6 6 71 0 3 51
Binary 1101101 1100110 1100110 0 110 110 111001 0 11 101001

Color Harmonies of #6D6666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6666

Black with #6D6666

Text Example


Text Example

White with #6D6666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D6666;
 }
 .AnyTagClassName
 {
   color: #6D6666;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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