#687163

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

Shades of Axolotl #687163

Tints of Axolotl #687163

Color information

#687163 (or 0x687163) is unknown color: approx Axolotl. HEX triplet: 68, 71 and 63. RGB value is (104,113,99). Sum of RGB (Red+Green+Blue) = 104+113+99=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 113 - color contains mainly: green. Hex color #687163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687163 is #978E9C. Grayscale: #6C6C6C. Windows color (decimal): -9932445 or 6517096. OLE color: 6517096.

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

Color convert

RGB10411399-
CMYK0.0800.120.56
HSL98.57º6.6%41.57%-
HSV(B)98.57º12.39%44.31%-
XYZ13.8715.6514.1-
YUV108.71122.52124.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 99 (39.06% from 255) = 31.33%
R=32.91%
G=35.76%
B=31.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104113990.0800.120.5698.576.641.57
Hex68716380C386372a
Octal1501611431001470143752
Binary1101000111000111000111000011001110001100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687163; }

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

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

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

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

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

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

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

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