#64775C

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

Shades of Axolotl #64775C

Tints of Axolotl #64775C

Color information

#64775C (or 0x64775C) is unknown color: approx Axolotl. HEX triplet: 64, 77 and 5C. RGB value is (100,119,92). Sum of RGB (Red+Green+Blue) = 100+119+92=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 119 - color contains mainly: green. Hex color #64775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64775C is #9B88A3. Grayscale: #6E6E6E. Windows color (decimal): -10193060 or 6059876. OLE color: 6059876.

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

Color convert

RGB10011992-
CMYK0.1600.230.53
HSL102.22º12.8%41.37%-
HSV(B)102.22º22.69%46.67%-
XYZ13.7816.6812.62-
YUV110.24117.71120.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.15%
GREEN value IS 119 (46.88% from 255) = 38.26%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=32.15%
G=38.26%
B=29.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100119920.1600.230.53102.2212.841.37
Hex64775C100173566d29
Octal14416713420027651461551
Binary1100100111011110111001000001011111010111001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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