#63705a

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

Shades of Axolotl #63705A

Tints of Axolotl #63705A

Color information

#63705A (or 0x63705A) is unknown color: approx Axolotl. HEX triplet: 63, 70 and 5A. RGB value is (99,112,90). Sum of RGB (Red+Green+Blue) = 99+112+90=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 112 - color contains mainly: green. Hex color #63705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63705A is #9C8FA5. Grayscale: #696969. Windows color (decimal): -10260390 or 5927011. OLE color: 5927011.

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

Color convert

RGB9911290-
CMYK0.1200.200.56
HSL95.45º10.89%39.61%-
HSV(B)95.45º19.64%43.92%-
XYZ12.7914.9811.89-
YUV105.6119.19123.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.89%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=32.89%
G=37.21%
B=29.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99112900.1200.200.5695.4510.8939.61
Hex63705AC014385fb28
Octal14316013214024701371350
Binary110001111100001011010110001010011100010111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63705a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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