Html Css Color HEX #686C66 Axolotl

📋 copy color: '#686C66'

red 104 ◦ green 108 ◦ blue 102

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

Shades of Axolotl #686C66

Tints of Axolotl #686C66

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 value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#686C66 (or 0x686C66) is known color: 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

RGB 104 108 102 -
CMYK 0.04 0 0.06 0.58
HSL 100º 0.03% 0.41% -
HSV(B) 100º 0.06% 0.42% -
XYZ 13.47 14.63 14.68 -
YUV 106.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 104 108 102 0.04 0 0.06 0.58 100 0.03 0.41
Hex 68 6C 66 4 0 6 3A 64 3 29
Octal 150 154 146 4 0 6 72 144 3 51
Binary 1101000 1101100 1100110 100 0 110 111010 1100100 11 101001

Color Harmonies of #686C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686C66

Black with #686C66

Text Example


Text Example

White with #686C66

Text Example


Text Example

HTML Codes & Css Web 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>