#627655

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

Shades of Axolotl #627655

Tints of Axolotl #627655

Color information

#627655 (or 0x627655) is unknown color: approx Axolotl. HEX triplet: 62, 76 and 55. RGB value is (98,118,85). Sum of RGB (Red+Green+Blue) = 98+118+85=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #627655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627655 is #9D89AA. Grayscale: #6C6C6C. Windows color (decimal): -10324395 or 5600866. OLE color: 5600866.

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

Color convert

RGB9811885-
CMYK0.1700.280.54
HSL96.36º16.26%39.8%-
HSV(B)96.36º27.97%46.27%-
XYZ13.1616.2111.03-
YUV108.26114.87120.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.56%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 85 (33.59% from 255) = 28.24%
R=32.56%
G=39.20%
B=28.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98118850.1700.280.5496.3616.2639.8
Hex6276551101C36601028
Octal14216612521034661402050
Binary11000101110110101010110001011100110110110000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627655; }

 p { color: rgb(98,118,85); }

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

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

 a { background-color: rgb(98,118,85); }

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

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

 span { border-color: rgb(98,118,85); }

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