#687363

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

Shades of Axolotl #687363

Tints of Axolotl #687363

Color information

#687363 (or 0x687363) is unknown color: approx Axolotl. HEX triplet: 68, 73 and 63. RGB value is (104,115,99). Sum of RGB (Red+Green+Blue) = 104+115+99=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 115 - color contains mainly: green. Hex color #687363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687363 is #978C9C. Grayscale: #6D6D6D. Windows color (decimal): -9931933 or 6517608. OLE color: 6517608.

HSL color Cylindrical-coordinate representation of color #687363: hue angle of 101.25º 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 #687363 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB10411599-
CMYK0.1000.140.55
HSL101.25º7.48%41.96%-
HSV(B)101.25º13.91%45.1%-
XYZ14.0916.1114.17-
YUV109.89121.86123.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=32.70%
G=36.16%
B=31.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104115990.1000.140.55101.257.4841.96
Hex687363A0E376572a
Octal1501631431201667145752
Binary1101000111001111000111010011101101111100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687363; }

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

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

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

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

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

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

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

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