#647459

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

Shades of Axolotl #647459

Tints of Axolotl #647459

Color information

#647459 (or 0x647459) is unknown color: approx Axolotl. HEX triplet: 64, 74 and 59. RGB value is (100,116,89). Sum of RGB (Red+Green+Blue) = 100+116+89=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #647459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647459 is #9B8BA6. Grayscale: #6C6C6C. Windows color (decimal): -10193831 or 5862500. OLE color: 5862500.

HSL color Cylindrical-coordinate representation of color #647459: hue angle of 95.56º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #647459 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB10011689-
CMYK0.1400.230.55
HSL95.56º13.17%40.2%-
HSV(B)95.56º23.28%45.49%-
XYZ13.315.9211.82-
YUV108.14117.2122.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.79%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 89 (35.16% from 255) = 29.18%
R=32.79%
G=38.03%
B=29.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100116890.1400.230.5595.5613.1740.2
Hex647459E0173760d28
Octal14416413116027671401550
Binary110010011101001011001111001011111011111000001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647459; }

 p { color: rgb(100,116,89); }

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

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

 a { background-color: rgb(100,116,89); }

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

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

 span { border-color: rgb(100,116,89); }

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