#64795A

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

Shades of Axolotl #64795A

Tints of Axolotl #64795A

Color information

#64795A (or 0x64795A) is unknown color: approx Axolotl. HEX triplet: 64, 79 and 5A. RGB value is (100,121,90). Sum of RGB (Red+Green+Blue) = 100+121+90=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 121 - color contains mainly: green. Hex color #64795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64795A is #9B86A5. Grayscale: #6F6F6F. Windows color (decimal): -10192550 or 5929316. OLE color: 5929316.

HSL color Cylindrical-coordinate representation of color #64795A: hue angle of 100.65º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #64795A is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB10012190-
CMYK0.1700.260.53
HSL100.65º14.69%41.37%-
HSV(B)100.65º25.62%47.45%-
XYZ13.9417.1212.24-
YUV111.19116.04120.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.15%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=32.15%
G=38.91%
B=28.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100121900.1700.260.53100.6514.6941.37
Hex64795A1101A3565f29
Octal14417113221032651451751
Binary1100100111100110110101000101101011010111001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64795A; }

 p { color: rgb(100,121,90); }

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

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

 a { background-color: rgb(100,121,90); }

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

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

 span { border-color: rgb(100,121,90); }

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