#626560

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

Shades of Axolotl #626560

Tints of Axolotl #626560

Color information

#626560 (or 0x626560) is unknown color: approx Axolotl. HEX triplet: 62, 65 and 60. RGB value is (98,101,96). Sum of RGB (Red+Green+Blue) = 98+101+96=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 101 - color contains mainly: green. Hex color #626560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626560 is #9D9A9F. Grayscale: #636363. Windows color (decimal): -10328736 or 6317410. OLE color: 6317410.

HSL color Cylindrical-coordinate representation of color #626560: hue angle of 96º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #626560 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB9810196-
CMYK0.0300.050.60
HSL96º2.54%38.63%-
HSV(B)96º4.95%39.61%-
XYZ11.812.7512.91-
YUV99.53126.01126.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.22%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=33.22%
G=34.24%
B=32.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98101960.0300.050.60962.5438.63
Hex6265603053C60327
Octal14214514030574140347
Binary110001011001011100000110101111100110000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626560; }

 p { color: rgb(98,101,96); }

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

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

 a { background-color: rgb(98,101,96); }

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

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

 span { border-color: rgb(98,101,96); }

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