Html Css Color HEX #686E65 Axolotl

📋 copy color: '#686E65'

red 104 ◦ green 110 ◦ blue 101

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

Shades of Axolotl #686E65

Tints of Axolotl #686E65

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.92%

 BLUE value IS 101 (39.84% from 255) = 32.06%

R = 33.02%
G = 34.92%
B = 32.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#686E65 (or 0x686E65) is known color: Axolotl. HEX triplet: 68, 6E and 65. RGB value is (104,110,101). Sum of RGB (Red+Green+Blue) = 104+110+101=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 110 - color contains mainly: green. Hex color #686E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E65 is #97919A. Grayscale: #6B6B6B. Windows color (decimal): -9933211 or 6647400. OLE color: 6647400.

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

Color convert

RGB 104 110 101 -
CMYK 0.05 0 0.08 0.57
HSL 100º 0.04% 0.41% -
HSV(B) 100º 0.08% 0.43% -
XYZ 13.63 15.03 14.5 -
YUV 107.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 104 110 101 0.05 0 0.08 0.57 100 0.04 0.41
Hex 68 6E 65 5 0 8 39 64 4 29
Octal 150 156 145 5 0 10 71 144 4 51
Binary 1101000 1101110 1100101 101 0 1000 111001 1100100 100 101001

Color Harmonies of #686E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686E65

Black with #686E65

Text Example


Text Example

White with #686E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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