#636B5F

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

Shades of Axolotl #636B5F

Tints of Axolotl #636B5F

Color information

#636B5F (or 0x636B5F) is unknown color: approx Axolotl. HEX triplet: 63, 6B and 5F. RGB value is (99,107,95). Sum of RGB (Red+Green+Blue) = 99+107+95=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 107 - color contains mainly: green. Hex color #636B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636B5F is #9C94A0. Grayscale: #676767. Windows color (decimal): -10261665 or 6253411. OLE color: 6253411.

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

Color convert

RGB9910795-
CMYK0.0700.110.58
HSL100º5.94%39.61%-
HSV(B)100º11.21%41.96%-
XYZ12.4713.9912.87-
YUV103.24123.35124.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.89%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=32.89%
G=35.55%
B=31.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99107950.0700.110.581005.9439.61
Hex636B5F70B3A64628
Octal143153137701372144650
Binary110001111010111011111111010111110101100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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