Html Css Color HEX #6E6666 Dim Gray

📋 copy color: '#6E6666'

red 110 ◦ green 102 ◦ blue 102

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

Shades of Dim Gray #6E6666

Tints of Dim Gray #6E6666

RGB

 RED value IS 110 (43.36% from 255) = 35.03%

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

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

R = 35.03%
G = 32.48%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#6E6666 (or 0x6E6666) is known color: Dim Gray. HEX triplet: 6E, 66 and 66. RGB value is (110,102,102). Sum of RGB (Red+Green+Blue) = 110+102+102=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6666 is #919999. Grayscale: #686868. Windows color (decimal): -9542042 or 6710894. OLE color: 6710894.

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

Color convert

RGB 110 102 102 -
CMYK 0 0.07 0.07 0.57
HSL 0.04% 0.42% -
HSV(B) 0.07% 0.43% -
XYZ 13.58 13.78 14.51 -
YUV 104.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 110 102 102 0 0.07 0.07 0.57 0 0.04 0.42
Hex 6E 66 66 0 7 7 39 0 4 2A
Octal 156 146 146 0 7 7 71 0 4 52
Binary 1101110 1100110 1100110 0 111 111 111001 0 100 101010

Color Harmonies of #6E6666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6666

Black with #6E6666

Text Example


Text Example

White with #6E6666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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