#64725E

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

Shades of Axolotl #64725E

Tints of Axolotl #64725E

Color information

#64725E (or 0x64725E) is unknown color: approx Axolotl. HEX triplet: 64, 72 and 5E. RGB value is (100,114,94). Sum of RGB (Red+Green+Blue) = 100+114+94=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #64725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64725E is #9B8DA1. Grayscale: #6B6B6B. Windows color (decimal): -10194338 or 6189668. OLE color: 6189668.

HSL color Cylindrical-coordinate representation of color #64725E: hue angle of 102º 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 #64725E is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB10011494-
CMYK0.1200.180.55
HSL102º9.62%40.78%-
HSV(B)102º17.54%44.71%-
XYZ13.2915.5512.89-
YUV107.53120.36122.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 114 (44.92% from 255) = 37.01%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=32.47%
G=37.01%
B=30.52%

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
Decimal100114940.1200.180.551029.6240.78
Hex64725EC0123766a29
Octal14416213614022671461251
Binary110010011100101011110110001001011011111001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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