#63705B

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

Shades of Axolotl #63705B

Tints of Axolotl #63705B

Color information

#63705B (or 0x63705B) is unknown color: approx Axolotl. HEX triplet: 63, 70 and 5B. RGB value is (99,112,91). Sum of RGB (Red+Green+Blue) = 99+112+91=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #63705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63705B is #9C8FA4. Grayscale: #696969. Windows color (decimal): -10260389 or 5992547. OLE color: 5992547.

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

Color convert

RGB9911291-
CMYK0.1200.190.56
HSL97.14º10.34%39.8%-
HSV(B)97.14º18.75%43.92%-
XYZ12.831512.12-
YUV105.72119.69123.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.78%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=32.78%
G=37.09%
B=30.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99112910.1200.190.5697.1410.3439.8
Hex63705BC0133861a28
Octal14316013314023701411250
Binary110001111100001011011110001001111100011000011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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