#687063

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

Shades of Axolotl #687063

Tints of Axolotl #687063

Color information

#687063 (or 0x687063) is unknown color: approx Axolotl. HEX triplet: 68, 70 and 63. RGB value is (104,112,99). Sum of RGB (Red+Green+Blue) = 104+112+99=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #687063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687063 is #978F9C. Grayscale: #6C6C6C. Windows color (decimal): -9932701 or 6516840. OLE color: 6516840.

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

Color convert

RGB10411299-
CMYK0.0700.120.56
HSL96.92º6.16%41.37%-
HSV(B)96.92º11.61%43.92%-
XYZ13.7615.4314.06-
YUV108.13122.85125.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=33.02%
G=35.56%
B=31.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112990.0700.120.5696.926.1641.37
Hex68706370C3861629
Octal150160143701470141651
Binary110100011100001100011111011001110001100001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687063; }

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

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

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

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

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

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

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

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