#63735C

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

Shades of Axolotl #63735C

Tints of Axolotl #63735C

Color information

#63735C (or 0x63735C) is unknown color: approx Axolotl. HEX triplet: 63, 73 and 5C. RGB value is (99,115,92). Sum of RGB (Red+Green+Blue) = 99+115+92=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 115 - color contains mainly: green. Hex color #63735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63735C is #9C8CA3. Grayscale: #6B6B6B. Windows color (decimal): -10259620 or 6058851. OLE color: 6058851.

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

Color convert

RGB9911592-
CMYK0.1400.200.55
HSL101.74º11.11%40.59%-
HSV(B)101.74º20%45.1%-
XYZ13.2115.6912.46-
YUV107.59119.2121.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.35%
GREEN value IS 115 (45.31% from 255) = 37.58%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=32.35%
G=37.58%
B=30.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99115920.1400.200.55101.7411.1140.59
Hex63735CE0143766b29
Octal14316313416024671461351
Binary110001111100111011100111001010011011111001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63735C; }

 p { color: rgb(99,115,92); }

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

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

 a { background-color: rgb(99,115,92); }

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

<style>
 span { border-color: #63735C; }

 span { border-color: rgb(99,115,92); }

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