#636C5D

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

Shades of Axolotl #636C5D

Tints of Axolotl #636C5D

Color information

#636C5D (or 0x636C5D) is unknown color: approx Axolotl. HEX triplet: 63, 6C and 5D. RGB value is (99,108,93). Sum of RGB (Red+Green+Blue) = 99+108+93=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 108 - color contains mainly: green. Hex color #636C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636C5D is #9C93A2. Grayscale: #676767. Windows color (decimal): -10261411 or 6122595. OLE color: 6122595.

HSL color Cylindrical-coordinate representation of color #636C5D: hue angle of 96º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #636C5D is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB9910893-
CMYK0.0800.140.58
HSL96º7.46%39.41%-
HSV(B)96º13.89%42.35%-
XYZ12.4814.1712.43-
YUV103.6122.02124.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33%
GREEN value IS 108 (42.58% from 255) = 36%
BLUE value IS 93 (36.72% from 255) = 31%
R=33%
G=36%
B=31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99108930.0800.140.58967.4639.41
Hex636C5D80E3A60727
Octal1431541351001672140747
Binary1100011110110010111011000011101110101100000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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