#64755C

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

Shades of Axolotl #64755C

Tints of Axolotl #64755C

Color information

#64755C (or 0x64755C) is unknown color: approx Axolotl. HEX triplet: 64, 75 and 5C. RGB value is (100,117,92). Sum of RGB (Red+Green+Blue) = 100+117+92=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 117 - color contains mainly: green. Hex color #64755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64755C is #9B8AA3. Grayscale: #6D6D6D. Windows color (decimal): -10193572 or 6059364. OLE color: 6059364.

HSL color Cylindrical-coordinate representation of color #64755C: hue angle of 100.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64755C is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB10011792-
CMYK0.1500.210.54
HSL100.8º11.96%40.98%-
HSV(B)100.8º21.37%45.88%-
XYZ13.5516.212.54-
YUV109.07118.37121.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 117 (46.09% from 255) = 37.86%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=32.36%
G=37.86%
B=29.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100117920.1500.210.54100.811.9640.98
Hex64755CF0153665c29
Octal14416513417025661451451
Binary110010011101011011100111101010111011011001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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