#697363

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

Shades of Axolotl #697363

Tints of Axolotl #697363

Color information

#697363 (or 0x697363) is unknown color: approx Axolotl. HEX triplet: 69, 73 and 63. RGB value is (105,115,99). Sum of RGB (Red+Green+Blue) = 105+115+99=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 115 - color contains mainly: green. Hex color #697363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697363 is #968C9C. Grayscale: #6E6E6E. Windows color (decimal): -9866397 or 6517609. OLE color: 6517609.

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

Color convert

RGB10511599-
CMYK0.0900.140.55
HSL97.5º7.48%41.96%-
HSV(B)97.5º13.91%45.1%-
XYZ14.2116.1714.18-
YUV110.19121.69124.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 99 (39.06% from 255) = 31.03%
R=32.92%
G=36.05%
B=31.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115990.0900.140.5597.57.4841.96
Hex69736390E376172a
Octal1511631431101667141752
Binary1101001111001111000111001011101101111100001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697363; }

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

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

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

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

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

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

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

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