#687561

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

Shades of Axolotl #687561

Tints of Axolotl #687561

Color information

#687561 (or 0x687561) is unknown color: approx Axolotl. HEX triplet: 68, 75 and 61. RGB value is (104,117,97). Sum of RGB (Red+Green+Blue) = 104+117+97=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 117 - color contains mainly: green. Hex color #687561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687561 is #978A9E. Grayscale: #6E6E6E. Windows color (decimal): -9931423 or 6387048. OLE color: 6387048.

HSL color Cylindrical-coordinate representation of color #687561: hue angle of 99º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #687561 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB10411797-
CMYK0.1100.170.54
HSL99º9.35%41.96%-
HSV(B)99º17.09%45.88%-
XYZ14.2316.5313.75-
YUV110.83120.19123.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=32.70%
G=36.79%
B=30.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104117970.1100.170.54999.3541.96
Hex687561B011366392a
Octal15016514113021661431152
Binary110100011101011100001101101000111011011000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687561; }

 p { color: rgb(104,117,97); }

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

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

 a { background-color: rgb(104,117,97); }

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

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

 span { border-color: rgb(104,117,97); }

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