#647959

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

Shades of Axolotl #647959

Tints of Axolotl #647959

Color information

#647959 (or 0x647959) is unknown color: approx Axolotl. HEX triplet: 64, 79 and 59. RGB value is (100,121,89). Sum of RGB (Red+Green+Blue) = 100+121+89=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 121 - color contains mainly: green. Hex color #647959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647959 is #9B86A6. Grayscale: #6F6F6F. Windows color (decimal): -10192551 or 5863780. OLE color: 5863780.

HSL color Cylindrical-coordinate representation of color #647959: hue angle of 99.38º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #647959 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB10012189-
CMYK0.1700.260.53
HSL99.38º15.24%41.18%-
HSV(B)99.38º26.45%47.45%-
XYZ13.917.1112.02-
YUV111.07115.54120.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 89 (35.16% from 255) = 28.71%
R=32.26%
G=39.03%
B=28.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100121890.1700.260.5399.3815.2441.18
Hex6479591101A3563f29
Octal14417113121032651431751
Binary1100100111100110110011000101101011010111000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647959; }

 p { color: rgb(100,121,89); }

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

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

 a { background-color: rgb(100,121,89); }

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

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

 span { border-color: rgb(100,121,89); }

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