#636D5E

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

Shades of Axolotl #636D5E

Tints of Axolotl #636D5E

Color information

#636D5E (or 0x636D5E) is unknown color: approx Axolotl. HEX triplet: 63, 6D and 5E. RGB value is (99,109,94). Sum of RGB (Red+Green+Blue) = 99+109+94=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 109 - color contains mainly: green. Hex color #636D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636D5E is #9C92A1. Grayscale: #686868. Windows color (decimal): -10261154 or 6188387. OLE color: 6188387.

HSL color Cylindrical-coordinate representation of color #636D5E: hue angle of 100º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #636D5E is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB9910994-
CMYK0.0900.140.57
HSL100º7.39%39.8%-
HSV(B)100º13.76%42.75%-
XYZ12.6314.412.7-
YUV104.3122.19124.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.78%
GREEN value IS 109 (42.97% from 255) = 36.09%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=32.78%
G=36.09%
B=31.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99109940.0900.140.571007.3939.8
Hex636D5E90E3964728
Octal1431551361101671144750
Binary1100011110110110111101001011101110011100100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636D5E; }

 p { color: rgb(99,109,94); }

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

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

 a { background-color: rgb(99,109,94); }

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

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

 span { border-color: rgb(99,109,94); }

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