#647756

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

Shades of Axolotl #647756

Tints of Axolotl #647756

Color information

#647756 (or 0x647756) is unknown color: approx Axolotl. HEX triplet: 64, 77 and 56. RGB value is (100,119,86). Sum of RGB (Red+Green+Blue) = 100+119+86=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 119 - color contains mainly: green. Hex color #647756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647756 is #9B88A9. Grayscale: #6D6D6D. Windows color (decimal): -10193066 or 5666660. OLE color: 5666660.

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

Color convert

RGB10011986-
CMYK0.1600.280.53
HSL94.55º16.1%40.2%-
HSV(B)94.55º27.73%46.67%-
XYZ13.5316.5711.29-
YUV109.56114.71121.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.79%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 86 (33.98% from 255) = 28.20%
R=32.79%
G=39.02%
B=28.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100119860.1600.280.5394.5516.140.2
Hex6477561001C355f1028
Octal14416712620034651372050
Binary11001001110111101011010000011100110101101111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647756; }

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

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

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

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

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

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

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

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