#64805B

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

Shades of Axolotl #64805B

Tints of Axolotl #64805B

Color information

#64805B (or 0x64805B) is unknown color: approx Axolotl. HEX triplet: 64, 80 and 5B. RGB value is (100,128,91). Sum of RGB (Red+Green+Blue) = 100+128+91=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 128 - color contains mainly: green. Hex color #64805B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64805B is #9B7FA4. Grayscale: #737373. Windows color (decimal): -10190757 or 5996644. OLE color: 5996644.

HSL color Cylindrical-coordinate representation of color #64805B: hue angle of 105.41º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64805B is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB10012891-
CMYK0.2200.290.50
HSL105.41º16.89%42.94%-
HSV(B)105.41º28.91%50.2%-
XYZ14.8618.912.76-
YUV115.41114.22117.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.35%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=31.35%
G=40.13%
B=28.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100128910.2200.290.50105.4116.8942.94
Hex64805B1601D3269112b
Octal14420013326035621512153
Binary110010010000000101101110110011101110010110100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64805B; }

 p { color: rgb(100,128,91); }

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

<style>
 a { background-color: #64805B; }

 a { background-color: rgb(100,128,91); }

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

<style>
 span { border-color: #64805B; }

 span { border-color: rgb(100,128,91); }

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