#626D5D

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

Shades of Axolotl #626D5D

Tints of Axolotl #626D5D

Color information

#626D5D (or 0x626D5D) is unknown color: approx Axolotl. HEX triplet: 62, 6D and 5D. RGB value is (98,109,93). Sum of RGB (Red+Green+Blue) = 98+109+93=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 109 - color contains mainly: green. Hex color #626D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D5D is #9D92A2. Grayscale: #676767. Windows color (decimal): -10326691 or 6122850. OLE color: 6122850.

HSL color Cylindrical-coordinate representation of color #626D5D: hue angle of 101.25º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #626D5D is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB9810993-
CMYK0.1000.150.57
HSL101.25º7.92%39.61%-
HSV(B)101.25º14.68%42.75%-
XYZ12.4814.3212.46-
YUV103.89121.86123.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.67%
GREEN value IS 109 (42.97% from 255) = 36.33%
BLUE value IS 93 (36.72% from 255) = 31%
R=32.67%
G=36.33%
B=31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal98109930.1000.150.57101.257.9239.61
Hex626D5DA0F3965828
Octal14215513512017711451050
Binary11000101101101101110110100111111100111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,109,93); }

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

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

 a { background-color: rgb(98,109,93); }

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

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

 span { border-color: rgb(98,109,93); }

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