#686C66

Color #686C66 Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #686C66

Tints of Axolotl #686C66

Color information

#686C66 (or 0x686C66) is unknown color: approx Axolotl. HEX triplet: 68, 6C and 66. RGB value is (104,108,102). Sum of RGB (Red+Green+Blue) = 104+108+102=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 108 - color contains mainly: green. Hex color #686C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C66 is #979399. Grayscale: #6A6A6A. Windows color (decimal): -9933722 or 6712424. OLE color: 6712424.

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

Color convert

RGB104108102-
CMYK0.0400.060.58
HSL100º2.86%41.18%-
HSV(B)100º5.56%42.35%-
XYZ13.4714.6314.68-
YUV106.12125.67126.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 102 (40.23% from 255) = 32.48%
R=33.12%
G=34.39%
B=32.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1041081020.0400.060.581002.8641.18
Hex686C664063A64329
Octal15015414640672144351
Binary1101000110110011001101000110111010110010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686C66; }

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

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

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

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

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

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

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

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