#697264

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

Shades of Axolotl #697264

Tints of Axolotl #697264

Color information

#697264 (or 0x697264) is unknown color: approx Axolotl. HEX triplet: 69, 72 and 64. RGB value is (105,114,100). Sum of RGB (Red+Green+Blue) = 105+114+100=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 114 - color contains mainly: green. Hex color #697264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697264 is #968D9B. Grayscale: #6D6D6D. Windows color (decimal): -9866652 or 6582889. OLE color: 6582889.

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

Color convert

RGB105114100-
CMYK0.0800.120.55
HSL98.57º6.54%41.96%-
HSV(B)98.57º12.28%44.71%-
XYZ14.1415.9614.39-
YUV109.71122.52124.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=32.92%
G=35.74%
B=31.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051141000.0800.120.5598.576.5441.96
Hex69726480C376372a
Octal1511621441001467143752
Binary1101001111001011001001000011001101111100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697264; }

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

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

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

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

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

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

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

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