#677561

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

Shades of Axolotl #677561

Tints of Axolotl #677561

Color information

#677561 (or 0x677561) is unknown color: approx Axolotl. HEX triplet: 67, 75 and 61. RGB value is (103,117,97). Sum of RGB (Red+Green+Blue) = 103+117+97=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 117 - color contains mainly: green. Hex color #677561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677561 is #988A9E. Grayscale: #6E6E6E. Windows color (decimal): -9996959 or 6387047. OLE color: 6387047.

HSL color Cylindrical-coordinate representation of color #677561: hue angle of 102º 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 #677561 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB10311797-
CMYK0.1200.170.54
HSL102º9.35%41.96%-
HSV(B)102º17.09%45.88%-
XYZ14.1116.4713.74-
YUV110.53120.36122.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.49%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=32.49%
G=36.91%
B=30.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103117970.1200.170.541029.3541.96
Hex677561C011366692a
Octal14716514114021661461152
Binary110011111101011100001110001000111011011001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677561; }

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

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

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

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

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

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

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

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