#64725D

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

Shades of Axolotl #64725D

Tints of Axolotl #64725D

Color information

#64725D (or 0x64725D) is unknown color: approx Axolotl. HEX triplet: 64, 72 and 5D. RGB value is (100,114,93). Sum of RGB (Red+Green+Blue) = 100+114+93=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #64725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64725D is #9B8DA2. Grayscale: #6B6B6B. Windows color (decimal): -10194339 or 6124132. OLE color: 6124132.

HSL color Cylindrical-coordinate representation of color #64725D: hue angle of 100º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #64725D is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB10011493-
CMYK0.1200.180.55
HSL100º10.14%40.59%-
HSV(B)100º18.42%44.71%-
XYZ13.2515.5312.66-
YUV107.42119.86122.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=32.57%
G=37.13%
B=30.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100114930.1200.180.5510010.1440.59
Hex64725DC0123764a29
Octal14416213514022671441251
Binary110010011100101011101110001001011011111001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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