#64725B

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

Shades of Axolotl #64725B

Tints of Axolotl #64725B

Color information

#64725B (or 0x64725B) is unknown color: approx Axolotl. HEX triplet: 64, 72 and 5B. RGB value is (100,114,91). Sum of RGB (Red+Green+Blue) = 100+114+91=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #64725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64725B is #9B8DA4. Grayscale: #6B6B6B. Windows color (decimal): -10194341 or 5993060. OLE color: 5993060.

HSL color Cylindrical-coordinate representation of color #64725B: hue angle of 96.52º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #64725B is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB10011491-
CMYK0.1200.200.55
HSL96.52º11.22%40.2%-
HSV(B)96.52º20.18%44.71%-
XYZ13.1615.512.2-
YUV107.19118.86122.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.79%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=32.79%
G=37.38%
B=29.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100114910.1200.200.5596.5211.2240.2
Hex64725BC0143761b28
Octal14416213314024671411350
Binary110010011100101011011110001010011011111000011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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