#636B5E

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

Shades of Axolotl #636B5E

Tints of Axolotl #636B5E

Color information

#636B5E (or 0x636B5E) is unknown color: approx Axolotl. HEX triplet: 63, 6B and 5E. RGB value is (99,107,94). Sum of RGB (Red+Green+Blue) = 99+107+94=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 107 - color contains mainly: green. Hex color #636B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636B5E is #9C94A1. Grayscale: #676767. Windows color (decimal): -10261666 or 6187875. OLE color: 6187875.

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

Color convert

RGB9910794-
CMYK0.0700.120.58
HSL96.92º6.47%39.41%-
HSV(B)96.92º12.15%41.96%-
XYZ12.4213.9812.63-
YUV103.13122.85125.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33%
GREEN value IS 107 (42.19% from 255) = 35.67%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=33%
G=35.67%
B=31.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99107940.0700.120.5896.926.4739.41
Hex636B5E70C3A61627
Octal143153136701472141647
Binary110001111010111011110111011001110101100001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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