#64715C

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

Shades of Axolotl #64715C

Tints of Axolotl #64715C

Color information

#64715C (or 0x64715C) is unknown color: approx Axolotl. HEX triplet: 64, 71 and 5C. RGB value is (100,113,92). Sum of RGB (Red+Green+Blue) = 100+113+92=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #64715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64715C is #9B8EA3. Grayscale: #6A6A6A. Windows color (decimal): -10194596 or 6058340. OLE color: 6058340.

HSL color Cylindrical-coordinate representation of color #64715C: hue angle of 97.14º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #64715C is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB10011392-
CMYK0.1200.190.56
HSL97.14º10.24%40.2%-
HSV(B)97.14º18.58%44.31%-
XYZ13.0915.2912.39-
YUV106.72119.69123.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.79%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=32.79%
G=37.05%
B=30.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100113920.1200.190.5697.1410.2440.2
Hex64715CC0133861a28
Octal14416113414023701411250
Binary110010011100011011100110001001111100011000011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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