Html Css Color HEX #686F65 Axolotl

📋 copy color: '#686F65'

red 104 ◦ green 111 ◦ blue 101

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

Shades of Axolotl #686F65

Tints of Axolotl #686F65

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

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 104 111 101 -
CMYK 0.06 0 0.09 0.56
HSL 102º 0.05% 0.42% -
HSV(B) 102º 0.09% 0.44% -
XYZ 13.74 15.25 14.53 -
YUV 107.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 104 111 101 0.06 0 0.09 0.56 102 0.05 0.42
Hex 68 6F 65 6 0 9 38 66 5 2A
Octal 150 157 145 6 0 11 70 146 5 52
Binary 1101000 1101111 1100101 110 0 1001 111000 1100110 101 101010

Color Harmonies of #686F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F65

Black with #686F65

Text Example


Text Example

White with #686F65

Text Example


Text Example

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