#64745D

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

Shades of Axolotl #64745D

Tints of Axolotl #64745D

Color information

#64745D (or 0x64745D) is unknown color: approx Axolotl. HEX triplet: 64, 74 and 5D. RGB value is (100,116,93). Sum of RGB (Red+Green+Blue) = 100+116+93=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 116 - color contains mainly: green. Hex color #64745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64745D is #9B8BA2. Grayscale: #6C6C6C. Windows color (decimal): -10193827 or 6124644. OLE color: 6124644.

HSL color Cylindrical-coordinate representation of color #64745D: hue angle of 101.74º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #64745D is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB10011693-
CMYK0.1400.200.55
HSL101.74º11%40.98%-
HSV(B)101.74º19.83%45.49%-
XYZ13.4815.9912.73-
YUV108.59119.2121.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=32.36%
G=37.54%
B=30.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100116930.1400.200.55101.741140.98
Hex64745DE0143766b29
Octal14416413516024671461351
Binary110010011101001011101111001010011011111001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64745D; }

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

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

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

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

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

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

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

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