#686F65

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

Shades of Axolotl #686F65

Tints of Axolotl #686F65

Color information

#686F65 (or 0x686F65) is unknown color: approx Axolotl. HEX triplet: 68, 6F and 65. RGB value is (104,111,101). Sum of RGB (Red+Green+Blue) = 104+111+101=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 111 - color contains mainly: green. Hex color #686F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F65 is #97909A. Grayscale: #6B6B6B. Windows color (decimal): -9932955 or 6647656. OLE color: 6647656.

HSL color Cylindrical-coordinate representation of color #686F65: hue angle of 102º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #686F65 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB104111101-
CMYK0.0600.090.56
HSL102º4.72%41.57%-
HSV(B)102º9.01%43.53%-
XYZ13.7415.2514.53-
YUV107.77124.18125.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 101 (39.84% from 255) = 31.96%
R=32.91%
G=35.13%
B=31.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041111010.0600.090.561024.7241.57
Hex686F65609386652a
Octal150157145601170146552
Binary110100011011111100101110010011110001100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,111,101); }

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

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

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

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

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

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

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