#636F5C

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

Shades of Axolotl #636F5C

Tints of Axolotl #636F5C

Color information

#636F5C (or 0x636F5C) is unknown color: approx Axolotl. HEX triplet: 63, 6F and 5C. RGB value is (99,111,92). Sum of RGB (Red+Green+Blue) = 99+111+92=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 111 - color contains mainly: green. Hex color #636F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636F5C is #9C90A3. Grayscale: #696969. Windows color (decimal): -10260644 or 6057827. OLE color: 6057827.

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

Color convert

RGB9911192-
CMYK0.1100.170.56
HSL97.89º9.36%39.8%-
HSV(B)97.89º17.12%43.53%-
XYZ12.7614.7912.31-
YUV105.25120.52123.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.78%
GREEN value IS 111 (43.75% from 255) = 36.75%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=32.78%
G=36.75%
B=30.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99111920.1100.170.5697.899.3639.8
Hex636F5CB0113862928
Octal14315713413021701421150
Binary110001111011111011100101101000111100011000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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