#64735C

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

Shades of Axolotl #64735C

Tints of Axolotl #64735C

Color information

#64735C (or 0x64735C) is unknown color: approx Axolotl. HEX triplet: 64, 73 and 5C. RGB value is (100,115,92). Sum of RGB (Red+Green+Blue) = 100+115+92=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 115 - color contains mainly: green. Hex color #64735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64735C is #9B8CA3. Grayscale: #6B6B6B. Windows color (decimal): -10194084 or 6058852. OLE color: 6058852.

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

Color convert

RGB10011592-
CMYK0.1300.200.55
HSL99.13º11.11%40.59%-
HSV(B)99.13º20%45.1%-
XYZ13.3215.7412.46-
YUV107.89119.03122.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 92 (36.33% from 255) = 29.97%
R=32.57%
G=37.46%
B=29.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100115920.1300.200.5599.1311.1140.59
Hex64735CD0143763b29
Octal14416313415024671431351
Binary110010011100111011100110101010011011111000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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