#637755

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

Shades of Axolotl #637755

Tints of Axolotl #637755

Color information

#637755 (or 0x637755) is unknown color: approx Axolotl. HEX triplet: 63, 77 and 55. RGB value is (99,119,85). Sum of RGB (Red+Green+Blue) = 99+119+85=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #637755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637755 is #9C88AA. Grayscale: #6D6D6D. Windows color (decimal): -10258603 or 5601123. OLE color: 5601123.

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

Color convert

RGB9911985-
CMYK0.1700.290.53
HSL95.29º16.67%40%-
HSV(B)95.29º28.57%46.67%-
XYZ13.3816.511.07-
YUV109.14114.37120.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.67%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 85 (33.59% from 255) = 28.05%
R=32.67%
G=39.27%
B=28.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99119850.1700.290.5395.2916.6740
Hex6377551101D355f1128
Octal14316712521035651372150
Binary11000111110111101010110001011101110101101111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637755; }

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

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

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

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

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

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

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

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