#63795A

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

Shades of Axolotl #63795A

Tints of Axolotl #63795A

Color information

#63795A (or 0x63795A) is unknown color: approx Axolotl. HEX triplet: 63, 79 and 5A. RGB value is (99,121,90). Sum of RGB (Red+Green+Blue) = 99+121+90=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 121 - color contains mainly: green. Hex color #63795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63795A is #9C86A5. Grayscale: #6E6E6E. Windows color (decimal): -10258086 or 5929315. OLE color: 5929315.

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

Color convert

RGB9912190-
CMYK0.1800.260.53
HSL102.58º14.69%41.37%-
HSV(B)102.58º25.62%47.45%-
XYZ13.8317.0712.24-
YUV110.89116.21119.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.94%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=31.94%
G=39.03%
B=29.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99121900.1800.260.53102.5814.6941.37
Hex63795A1201A3567f29
Octal14317113222032651471751
Binary1100011111100110110101001001101011010111001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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