#63705D

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

Shades of Axolotl #63705D

Tints of Axolotl #63705D

Color information

#63705D (or 0x63705D) is unknown color: approx Axolotl. HEX triplet: 63, 70 and 5D. RGB value is (99,112,93). Sum of RGB (Red+Green+Blue) = 99+112+93=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 112 - color contains mainly: green. Hex color #63705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63705D is #9C8FA2. Grayscale: #6A6A6A. Windows color (decimal): -10260387 or 6123619. OLE color: 6123619.

HSL color Cylindrical-coordinate representation of color #63705D: hue angle of 101.05º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #63705D is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB9911293-
CMYK0.1200.170.56
HSL101.05º9.27%40.2%-
HSV(B)101.05º16.96%43.92%-
XYZ12.9215.0312.58-
YUV105.95120.69123.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.57%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=32.57%
G=36.84%
B=30.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99112930.1200.170.56101.059.2740.2
Hex63705DC0113865928
Octal14316013514021701451150
Binary110001111100001011101110001000111100011001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63705D; }

 p { color: rgb(99,112,93); }

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

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

 a { background-color: rgb(99,112,93); }

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

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

 span { border-color: rgb(99,112,93); }

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