#637656

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

Shades of Axolotl #637656

Tints of Axolotl #637656

Color information

#637656 (or 0x637656) is unknown color: approx Axolotl. HEX triplet: 63, 76 and 56. RGB value is (99,118,86). Sum of RGB (Red+Green+Blue) = 99+118+86=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #637656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637656 is #9C89A9. Grayscale: #6C6C6C. Windows color (decimal): -10258858 or 5666403. OLE color: 5666403.

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

Color convert

RGB9911886-
CMYK0.1600.270.54
HSL95.62º15.69%40%-
HSV(B)95.62º27.12%46.27%-
XYZ13.316.2811.25-
YUV108.67115.21121.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.67%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 86 (33.98% from 255) = 28.38%
R=32.67%
G=38.94%
B=28.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99118860.1600.270.5495.6215.6940
Hex6376561001B36601028
Octal14316612620033661402050
Binary11000111110110101011010000011011110110110000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637656; }

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

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

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

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

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

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

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

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