#697463

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

Shades of Axolotl #697463

Tints of Axolotl #697463

Color information

#697463 (or 0x697463) is unknown color: approx Axolotl. HEX triplet: 69, 74 and 63. RGB value is (105,116,99). Sum of RGB (Red+Green+Blue) = 105+116+99=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 116 - color contains mainly: green. Hex color #697463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697463 is #968B9C. Grayscale: #6E6E6E. Windows color (decimal): -9866141 or 6517865. OLE color: 6517865.

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

Color convert

RGB10511699-
CMYK0.0900.150.55
HSL98.82º7.91%42.16%-
HSV(B)98.82º14.66%45.49%-
XYZ14.3216.3914.21-
YUV110.77121.36123.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.81%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=32.81%
G=36.25%
B=30.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105116990.0900.150.5598.827.9142.16
Hex69746390F376382a
Octal15116414311017671431052
Binary11010011110100110001110010111111011111000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697463; }

 p { color: rgb(105,116,99); }

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

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

 a { background-color: rgb(105,116,99); }

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

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

 span { border-color: rgb(105,116,99); }

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