#63715B

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

Shades of Axolotl #63715B

Tints of Axolotl #63715B

Color information

#63715B (or 0x63715B) is unknown color: approx Axolotl. HEX triplet: 63, 71 and 5B. RGB value is (99,113,91). Sum of RGB (Red+Green+Blue) = 99+113+91=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 113 - color contains mainly: green. Hex color #63715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63715B is #9C8EA4. Grayscale: #6A6A6A. Windows color (decimal): -10260133 or 5992803. OLE color: 5992803.

HSL color Cylindrical-coordinate representation of color #63715B: hue angle of 98.18º degrees, saturation: 0.11, 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 #63715B is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB9911391-
CMYK0.1200.190.56
HSL98.18º10.78%40%-
HSV(B)98.18º19.47%44.31%-
XYZ12.9415.2212.15-
YUV106.31119.36122.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.67%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=32.67%
G=37.29%
B=30.03%

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
Decimal99113910.1200.190.5698.1810.7840
Hex63715BC0133862b28
Octal14316113314023701421350
Binary110001111100011011011110001001111100011000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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