#636F5B

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

Shades of Axolotl #636F5B

Tints of Axolotl #636F5B

Color information

#636F5B (or 0x636F5B) is unknown color: approx Axolotl. HEX triplet: 63, 6F and 5B. RGB value is (99,111,91). Sum of RGB (Red+Green+Blue) = 99+111+91=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 111 - color contains mainly: green. Hex color #636F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636F5B is #9C90A4. Grayscale: #696969. Windows color (decimal): -10260645 or 5992291. OLE color: 5992291.

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

Color convert

RGB9911191-
CMYK0.1100.180.56
HSL96º9.9%39.61%-
HSV(B)96º18.02%43.53%-
XYZ12.7214.7812.08-
YUV105.13120.02123.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.89%
GREEN value IS 111 (43.75% from 255) = 36.88%
BLUE value IS 91 (35.94% from 255) = 30.23%
R=32.89%
G=36.88%
B=30.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99111910.1100.180.56969.939.61
Hex636F5BB0123860a28
Octal14315713313022701401250
Binary110001111011111011011101101001011100011000001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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