#647759

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

Shades of Axolotl #647759

Tints of Axolotl #647759

Color information

#647759 (or 0x647759) is unknown color: approx Axolotl. HEX triplet: 64, 77 and 59. RGB value is (100,119,89). Sum of RGB (Red+Green+Blue) = 100+119+89=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #647759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647759 is #9B88A6. Grayscale: #6E6E6E. Windows color (decimal): -10193063 or 5863268. OLE color: 5863268.

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

Color convert

RGB10011989-
CMYK0.1600.250.53
HSL98º14.42%40.78%-
HSV(B)98º25.21%46.67%-
XYZ13.6616.6211.94-
YUV109.9116.21120.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 89 (35.16% from 255) = 28.90%
R=32.47%
G=38.64%
B=28.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100119890.1600.250.539814.4240.78
Hex647759100193562e29
Octal14416713120031651421651
Binary1100100111011110110011000001100111010111000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647759; }

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

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

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

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

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

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

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

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