#687164

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

Shades of Axolotl #687164

Tints of Axolotl #687164

Color information

#687164 (or 0x687164) is unknown color: approx Axolotl. HEX triplet: 68, 71 and 64. RGB value is (104,113,100). Sum of RGB (Red+Green+Blue) = 104+113+100=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 113 - color contains mainly: green. Hex color #687164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687164 is #978E9B. Grayscale: #6C6C6C. Windows color (decimal): -9932444 or 6582632. OLE color: 6582632.

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

Color convert

RGB104113100-
CMYK0.0800.120.56
HSL101.54º6.1%41.76%-
HSV(B)101.54º11.5%44.31%-
XYZ13.9115.6714.35-
YUV108.83123.02124.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=32.81%
G=35.65%
B=31.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041131000.0800.120.56101.546.141.76
Hex68716480C386662a
Octal1501611441001470146652
Binary1101000111000111001001000011001110001100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687164; }

 p { color: rgb(104,113,100); }

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

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

 a { background-color: rgb(104,113,100); }

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

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

 span { border-color: rgb(104,113,100); }

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