#63725B

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

Shades of Axolotl #63725B

Tints of Axolotl #63725B

Color information

#63725B (or 0x63725B) is unknown color: approx Axolotl. HEX triplet: 63, 72 and 5B. RGB value is (99,114,91). Sum of RGB (Red+Green+Blue) = 99+114+91=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 114 - color contains mainly: green. Hex color #63725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63725B is #9C8DA4. Grayscale: #6A6A6A. Windows color (decimal): -10259877 or 5993059. OLE color: 5993059.

HSL color Cylindrical-coordinate representation of color #63725B: hue angle of 99.13º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63725B is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB9911491-
CMYK0.1300.200.55
HSL99.13º11.22%40.2%-
HSV(B)99.13º20.18%44.71%-
XYZ13.0515.4412.19-
YUV106.89119.03122.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.57%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 91 (35.94% from 255) = 29.93%
R=32.57%
G=37.5%
B=29.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99114910.1300.200.5599.1311.2240.2
Hex63725BD0143763b28
Octal14316213315024671431350
Binary110001111100101011011110101010011011111000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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