#647858

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

Shades of Axolotl #647858

Tints of Axolotl #647858

Color information

#647858 (or 0x647858) is unknown color: approx Axolotl. HEX triplet: 64, 78 and 58. RGB value is (100,120,88). Sum of RGB (Red+Green+Blue) = 100+120+88=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #647858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647858 is #9B87A7. Grayscale: #6E6E6E. Windows color (decimal): -10192808 or 5797988. OLE color: 5797988.

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

Color convert

RGB10012088-
CMYK0.1700.270.53
HSL97.5º15.38%40.78%-
HSV(B)97.5º26.67%47.06%-
XYZ13.7316.8511.76-
YUV110.37115.37120.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 120 (47.27% from 255) = 38.96%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=32.47%
G=38.96%
B=28.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100120880.1700.270.5397.515.3840.78
Hex6478581101B3562f29
Octal14417013021033651421751
Binary1100100111100010110001000101101111010111000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647858; }

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

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

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

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

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

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

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

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