#697165

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

Shades of Axolotl #697165

Tints of Axolotl #697165

Color information

#697165 (or 0x697165) is unknown color: approx Axolotl. HEX triplet: 69, 71 and 65. RGB value is (105,113,101). Sum of RGB (Red+Green+Blue) = 105+113+101=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 113 - color contains mainly: green. Hex color #697165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697165 is #968E9A. Grayscale: #6D6D6D. Windows color (decimal): -9866907 or 6648169. OLE color: 6648169.

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

Color convert

RGB105113101-
CMYK0.0700.110.56
HSL100º5.61%41.96%-
HSV(B)100º10.62%44.31%-
XYZ14.0815.7514.61-
YUV109.24123.35124.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=32.92%
G=35.42%
B=31.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051131010.0700.110.561005.6141.96
Hex69716570B386462a
Octal151161145701370144652
Binary110100111100011100101111010111110001100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697165; }

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

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

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

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

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

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

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

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