#63775B

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

Shades of Axolotl #63775B

Tints of Axolotl #63775B

Color information

#63775B (or 0x63775B) is unknown color: approx Axolotl. HEX triplet: 63, 77 and 5B. RGB value is (99,119,91). Sum of RGB (Red+Green+Blue) = 99+119+91=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #63775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63775B is #9C88A4. Grayscale: #6D6D6D. Windows color (decimal): -10258597 or 5994339. OLE color: 5994339.

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

Color convert

RGB9911991-
CMYK0.1700.240.53
HSL102.86º13.33%41.18%-
HSV(B)102.86º23.53%46.67%-
XYZ13.6316.612.38-
YUV109.83117.37120.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.04%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 91 (35.94% from 255) = 29.45%
R=32.04%
G=38.51%
B=29.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99119910.1700.240.53102.8613.3341.18
Hex63775B110183567d29
Octal14316713321030651471551
Binary1100011111011110110111000101100011010111001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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