#64715B

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

Shades of Axolotl #64715B

Tints of Axolotl #64715B

Color information

#64715B (or 0x64715B) is unknown color: approx Axolotl. HEX triplet: 64, 71 and 5B. RGB value is (100,113,91). Sum of RGB (Red+Green+Blue) = 100+113+91=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 113 - color contains mainly: green. Hex color #64715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64715B is #9B8EA4. Grayscale: #6A6A6A. Windows color (decimal): -10194597 or 5992804. OLE color: 5992804.

HSL color Cylindrical-coordinate representation of color #64715B: hue angle of 95.45º degrees, saturation: 0.11, 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 #64715B is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB10011391-
CMYK0.1200.190.56
HSL95.45º10.78%40%-
HSV(B)95.45º19.47%44.31%-
XYZ13.0515.2712.16-
YUV106.6119.19123.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.89%
GREEN value IS 113 (44.53% from 255) = 37.17%
BLUE value IS 91 (35.94% from 255) = 29.93%
R=32.89%
G=37.17%
B=29.93%

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
Decimal100113910.1200.190.5695.4510.7840
Hex64715BC013385fb28
Octal14416113314023701371350
Binary110010011100011011011110001001111100010111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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