#64815B

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

Shades of Axolotl #64815B

Tints of Axolotl #64815B

Color information

#64815B (or 0x64815B) is unknown color: approx Axolotl. HEX triplet: 64, 81 and 5B. RGB value is (100,129,91). Sum of RGB (Red+Green+Blue) = 100+129+91=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #64815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64815B is #9B7EA4. Grayscale: #747474. Windows color (decimal): -10190501 or 5996900. OLE color: 5996900.

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

Color convert

RGB10012991-
CMYK0.2200.290.49
HSL105.79º17.27%43.14%-
HSV(B)105.79º29.46%50.59%-
XYZ14.9919.1712.81-
YUV116113.89116.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 129 (50.78% from 255) = 40.31%
BLUE value IS 91 (35.94% from 255) = 28.44%
R=31.25%
G=40.31%
B=28.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100129910.2200.290.49105.7917.2743.14
Hex64815B1601D316a112b
Octal14420113326035611522153
Binary110010010000001101101110110011101110001110101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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