#697564

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

Shades of Axolotl #697564

Tints of Axolotl #697564

Color information

#697564 (or 0x697564) is unknown color: approx Axolotl. HEX triplet: 69, 75 and 64. RGB value is (105,117,100). Sum of RGB (Red+Green+Blue) = 105+117+100=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 117 - color contains mainly: green. Hex color #697564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697564 is #968A9B. Grayscale: #6F6F6F. Windows color (decimal): -9865884 or 6583657. OLE color: 6583657.

HSL color Cylindrical-coordinate representation of color #697564: hue angle of 102.35º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #697564 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB105117100-
CMYK0.1000.150.54
HSL102.35º7.83%42.55%-
HSV(B)102.35º14.53%45.88%-
XYZ14.4916.6514.51-
YUV111.47121.52123.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=32.61%
G=36.34%
B=31.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051171000.1000.150.54102.357.8342.55
Hex697564A0F366682b
Octal15116514412017661461053
Binary11010011110101110010010100111111011011001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697564; }

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

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

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

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

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

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

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

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