#677661

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

Shades of Axolotl #677661

Tints of Axolotl #677661

Color information

#677661 (or 0x677661) is unknown color: approx Axolotl. HEX triplet: 67, 76 and 61. RGB value is (103,118,97). Sum of RGB (Red+Green+Blue) = 103+118+97=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 118 - color contains mainly: green. Hex color #677661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677661 is #98899E. Grayscale: #6F6F6F. Windows color (decimal): -9996703 or 6387303. OLE color: 6387303.

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

Color convert

RGB10311897-
CMYK0.1300.180.54
HSL102.86º9.77%42.16%-
HSV(B)102.86º17.8%46.27%-
XYZ14.2316.713.78-
YUV111.12120.03122.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.39%
GREEN value IS 118 (46.48% from 255) = 37.11%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=32.39%
G=37.11%
B=30.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103118970.1300.180.54102.869.7742.16
Hex677661D0123667a2a
Octal14716614115022661471252
Binary110011111101101100001110101001011011011001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677661; }

 p { color: rgb(103,118,97); }

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

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

 a { background-color: rgb(103,118,97); }

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

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

 span { border-color: rgb(103,118,97); }

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