#62745A

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

Shades of Axolotl #62745A

Tints of Axolotl #62745A

Color information

#62745A (or 0x62745A) is unknown color: approx Axolotl. HEX triplet: 62, 74 and 5A. RGB value is (98,116,90). Sum of RGB (Red+Green+Blue) = 98+116+90=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 116 - color contains mainly: green. Hex color #62745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62745A is #9D8BA5. Grayscale: #6B6B6B. Windows color (decimal): -10324902 or 5928034. OLE color: 5928034.

HSL color Cylindrical-coordinate representation of color #62745A: hue angle of 101.54º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #62745A is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB9811690-
CMYK0.1600.220.55
HSL101.54º12.62%40.39%-
HSV(B)101.54º22.41%45.49%-
XYZ13.1315.8312.04-
YUV107.65118.04121.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.24%
GREEN value IS 116 (45.70% from 255) = 38.16%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=32.24%
G=38.16%
B=29.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98116900.1600.220.55101.5412.6240.39
Hex62745A100163766d28
Octal14216413220026671461550
Binary1100010111010010110101000001011011011111001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62745A; }

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

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

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

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

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

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

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

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