#647758

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

Shades of Axolotl #647758

Tints of Axolotl #647758

Color information

#647758 (or 0x647758) is unknown color: approx Axolotl. HEX triplet: 64, 77 and 58. RGB value is (100,119,88). Sum of RGB (Red+Green+Blue) = 100+119+88=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #647758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647758 is #9B88A7. Grayscale: #6D6D6D. Windows color (decimal): -10193064 or 5797732. OLE color: 5797732.

HSL color Cylindrical-coordinate representation of color #647758: hue angle of 96.77º 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 #647758 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB10011988-
CMYK0.1600.260.53
HSL96.77º14.98%40.59%-
HSV(B)96.77º26.05%46.67%-
XYZ13.6116.6111.72-
YUV109.78115.71121.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 119 (46.88% from 255) = 38.76%
BLUE value IS 88 (34.77% from 255) = 28.66%
R=32.57%
G=38.76%
B=28.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100119880.1600.260.5396.7714.9840.59
Hex6477581001A3561f29
Octal14416713020032651411751
Binary1100100111011110110001000001101011010111000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647758; }

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

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

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

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

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

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

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

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