#636F5D

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

Shades of Axolotl #636F5D

Tints of Axolotl #636F5D

Color information

#636F5D (or 0x636F5D) is unknown color: approx Axolotl. HEX triplet: 63, 6F and 5D. RGB value is (99,111,93). Sum of RGB (Red+Green+Blue) = 99+111+93=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 111 - color contains mainly: green. Hex color #636F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636F5D is #9C90A2. Grayscale: #696969. Windows color (decimal): -10260643 or 6123363. OLE color: 6123363.

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

Color convert

RGB9911193-
CMYK0.1100.160.56
HSL100º8.82%40%-
HSV(B)100º16.22%43.53%-
XYZ12.8114.8112.54-
YUV105.36121.02123.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.67%
GREEN value IS 111 (43.75% from 255) = 36.63%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=32.67%
G=36.63%
B=30.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99111930.1100.160.561008.8240
Hex636F5DB0103864928
Octal14315713513020701441150
Binary110001111011111011101101101000011100011001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,111,93); }

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

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

 a { background-color: rgb(99,111,93); }

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

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

 span { border-color: rgb(99,111,93); }

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