#637655

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

Shades of Axolotl #637655

Tints of Axolotl #637655

Color information

#637655 (or 0x637655) is unknown color: approx Axolotl. HEX triplet: 63, 76 and 55. RGB value is (99,118,85). Sum of RGB (Red+Green+Blue) = 99+118+85=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 118 - color contains mainly: green. Hex color #637655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637655 is #9C89AA. Grayscale: #6C6C6C. Windows color (decimal): -10258859 or 5600867. OLE color: 5600867.

HSL color Cylindrical-coordinate representation of color #637655: hue angle of 94.55º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #637655 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB9911885-
CMYK0.1600.280.54
HSL94.55º16.26%39.8%-
HSV(B)94.55º27.97%46.27%-
XYZ13.2616.2711.03-
YUV108.56114.71121.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.78%
GREEN value IS 118 (46.48% from 255) = 39.07%
BLUE value IS 85 (33.59% from 255) = 28.15%
R=32.78%
G=39.07%
B=28.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99118850.1600.280.5494.5516.2639.8
Hex6376551001C365f1028
Octal14316612520034661372050
Binary11000111110110101010110000011100110110101111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637655; }

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

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

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

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

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

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

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

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