#626E5A

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

Shades of Axolotl #626E5A

Tints of Axolotl #626E5A

Color information

#626E5A (or 0x626E5A) is unknown color: approx Axolotl. HEX triplet: 62, 6E and 5A. RGB value is (98,110,90). Sum of RGB (Red+Green+Blue) = 98+110+90=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 110 - color contains mainly: green. Hex color #626E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E5A is #9D91A5. Grayscale: #686868. Windows color (decimal): -10326438 or 5926498. OLE color: 5926498.

HSL color Cylindrical-coordinate representation of color #626E5A: hue angle of 96º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #626E5A is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB9811090-
CMYK0.1100.180.57
HSL96º10%39.22%-
HSV(B)96º18.18%43.14%-
XYZ12.4614.4911.81-
YUV104.13120.02123.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.89%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=32.89%
G=36.91%
B=30.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal98110900.1100.180.57961039.22
Hex626E5AB0123960a27
Octal14215613213022711401247
Binary110001011011101011010101101001011100111000001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626E5A; }

 p { color: rgb(98,110,90); }

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

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

 a { background-color: rgb(98,110,90); }

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

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

 span { border-color: rgb(98,110,90); }

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