#64765A

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

Shades of Axolotl #64765A

Tints of Axolotl #64765A

Color information

#64765A (or 0x64765A) is unknown color: approx Axolotl. HEX triplet: 64, 76 and 5A. RGB value is (100,118,90). Sum of RGB (Red+Green+Blue) = 100+118+90=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #64765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64765A is #9B89A5. Grayscale: #6D6D6D. Windows color (decimal): -10193318 or 5928548. OLE color: 5928548.

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

Color convert

RGB10011890-
CMYK0.1500.240.54
HSL98.57º13.46%40.78%-
HSV(B)98.57º23.73%46.27%-
XYZ13.5816.412.12-
YUV109.43117.04121.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 118 (46.48% from 255) = 38.31%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=32.47%
G=38.31%
B=29.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100118900.1500.240.5498.5713.4640.78
Hex64765AF0183663d29
Octal14416613217030661431551
Binary110010011101101011010111101100011011011000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64765A; }

 p { color: rgb(100,118,90); }

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

<style>
 a { background-color: #64765A; }

 a { background-color: rgb(100,118,90); }

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

<style>
 span { border-color: #64765A; }

 span { border-color: rgb(100,118,90); }

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