#64735E

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

Shades of Axolotl #64735E

Tints of Axolotl #64735E

Color information

#64735E (or 0x64735E) is unknown color: approx Axolotl. HEX triplet: 64, 73 and 5E. RGB value is (100,115,94). Sum of RGB (Red+Green+Blue) = 100+115+94=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 115 - color contains mainly: green. Hex color #64735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64735E is #9B8CA1. Grayscale: #6C6C6C. Windows color (decimal): -10194082 or 6189924. OLE color: 6189924.

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

Color convert

RGB10011594-
CMYK0.1300.180.55
HSL102.86º10.05%40.98%-
HSV(B)102.86º18.26%45.1%-
XYZ13.4115.7812.93-
YUV108.12120.03122.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 115 (45.31% from 255) = 37.22%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=32.36%
G=37.22%
B=30.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100115940.1300.180.55102.8610.0540.98
Hex64735ED0123767a29
Octal14416313615022671471251
Binary110010011100111011110110101001011011111001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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