#697164

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

Shades of Axolotl #697164

Tints of Axolotl #697164

Color information

#697164 (or 0x697164) is unknown color: approx Axolotl. HEX triplet: 69, 71 and 64. RGB value is (105,113,100). Sum of RGB (Red+Green+Blue) = 105+113+100=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 113 - color contains mainly: green. Hex color #697164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697164 is #968E9B. Grayscale: #6D6D6D. Windows color (decimal): -9866908 or 6582633. OLE color: 6582633.

HSL color Cylindrical-coordinate representation of color #697164: hue angle of 96.92º 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 #697164 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB105113100-
CMYK0.0700.120.56
HSL96.92º6.1%41.76%-
HSV(B)96.92º11.5%44.31%-
XYZ14.0315.7314.35-
YUV109.13122.85125.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 113 (44.53% from 255) = 35.53%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=33.02%
G=35.53%
B=31.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051131000.0700.120.5696.926.141.76
Hex69716470C386162a
Octal151161144701470141652
Binary110100111100011100100111011001110001100001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697164; }

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

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

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

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

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

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

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

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