#63785A

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

Shades of Axolotl #63785A

Tints of Axolotl #63785A

Color information

#63785A (or 0x63785A) is unknown color: approx Axolotl. HEX triplet: 63, 78 and 5A. RGB value is (99,120,90). Sum of RGB (Red+Green+Blue) = 99+120+90=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #63785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63785A is #9C87A5. Grayscale: #6E6E6E. Windows color (decimal): -10258342 or 5929059. OLE color: 5929059.

HSL color Cylindrical-coordinate representation of color #63785A: hue angle of 102º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63785A is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB9912090-
CMYK0.1700.250.53
HSL102º14.29%41.18%-
HSV(B)102º25%47.06%-
XYZ13.7116.8212.2-
YUV110.3116.54119.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.04%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=32.04%
G=38.83%
B=29.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99120900.1700.250.5310214.2941.18
Hex63785A110193566e29
Octal14317013221031651461651
Binary1100011111100010110101000101100111010111001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63785A; }

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

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

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

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

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

<style>
 span { border-color: #63785A; }

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

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