#64775D

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

Shades of Axolotl #64775D

Tints of Axolotl #64775D

Color information

#64775D (or 0x64775D) is unknown color: approx Axolotl. HEX triplet: 64, 77 and 5D. RGB value is (100,119,93). Sum of RGB (Red+Green+Blue) = 100+119+93=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #64775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64775D is #9B88A2. Grayscale: #6E6E6E. Windows color (decimal): -10193059 or 6125412. OLE color: 6125412.

HSL color Cylindrical-coordinate representation of color #64775D: hue angle of 103.85º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #64775D is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB10011993-
CMYK0.1600.220.53
HSL103.85º12.26%41.57%-
HSV(B)103.85º21.85%46.67%-
XYZ13.8316.6912.85-
YUV110.35118.21120.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.05%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=32.05%
G=38.14%
B=29.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100119930.1600.220.53103.8512.2641.57
Hex64775D100163568c2a
Octal14416713520026651501452
Binary1100100111011110111011000001011011010111010001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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