Html Css Color HEX #686666 Dim Gray

📋 copy color: '#686666'

red 104 ◦ green 102 ◦ blue 102

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

Shades of Dim Gray #686666

Tints of Dim Gray #686666

RGB

 RED value IS 104 (41.02% from 255) = 33.77%

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

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

R = 33.77%
G = 33.12%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#686666 (or 0x686666) is known color: Dim Gray. HEX triplet: 68, 66 and 66. RGB value is (104,102,102). Sum of RGB (Red+Green+Blue) = 104+102+102=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 104 - color contains mainly: red. Hex color #686666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686666 is #979999. Grayscale: #666666. Windows color (decimal): -9935258 or 6710888. OLE color: 6710888.

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

Color convert

RGB 104 102 102 -
CMYK 0 0.02 0.02 0.59
HSL 0.01% 0.4% -
HSV(B) 0.02% 0.41% -
XYZ 12.86 13.41 14.48 -
YUV 102.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 104 102 102 0 0.02 0.02 0.59 0 0.01 0.4
Hex 68 66 66 0 2 2 3B 0 1 28
Octal 150 146 146 0 2 2 73 0 1 50
Binary 1101000 1100110 1100110 0 10 10 111011 0 1 101000

Color Harmonies of #686666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686666

Black with #686666

Text Example


Text Example

White with #686666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686666; }

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

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

background-color css

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

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

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

border-color css

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

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

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