#626C5B

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

Shades of Axolotl #626C5B

Tints of Axolotl #626C5B

Color information

#626C5B (or 0x626C5B) is unknown color: approx Axolotl. HEX triplet: 62, 6C and 5B. RGB value is (98,108,91). Sum of RGB (Red+Green+Blue) = 98+108+91=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 108 - color contains mainly: green. Hex color #626C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C5B is #9D93A4. Grayscale: #676767. Windows color (decimal): -10326949 or 5991522. OLE color: 5991522.

HSL color Cylindrical-coordinate representation of color #626C5B: hue angle of 95.29º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #626C5B is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB9810891-
CMYK0.0900.160.58
HSL95.29º8.54%39.02%-
HSV(B)95.29º15.74%42.35%-
XYZ12.2914.0811.97-
YUV103.07121.19124.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.00%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=33.00%
G=36.36%
B=30.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98108910.0900.160.5895.298.5439.02
Hex626C5B90103A5f927
Octal14215413311020721371147
Binary110001011011001011011100101000011101010111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,108,91); }

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

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

 a { background-color: rgb(98,108,91); }

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

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

 span { border-color: rgb(98,108,91); }

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