#636860

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

Shades of Axolotl #636860

Tints of Axolotl #636860

Color information

#636860 (or 0x636860) is unknown color: approx Axolotl. HEX triplet: 63, 68 and 60. RGB value is (99,104,96). Sum of RGB (Red+Green+Blue) = 99+104+96=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 104 - color contains mainly: green. Hex color #636860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636860 is #9C979F. Grayscale: #656565. Windows color (decimal): -10262432 or 6318179. OLE color: 6318179.

HSL color Cylindrical-coordinate representation of color #636860: hue angle of 97.5º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #636860 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB9910496-
CMYK0.0500.080.59
HSL97.5º4%39.22%-
HSV(B)97.5º7.69%40.78%-
XYZ12.2113.413.01-
YUV101.59124.84126.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.11%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=33.11%
G=34.78%
B=32.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99104960.0500.080.5997.5439.22
Hex6368605083B61427
Octal143150140501073141447
Binary110001111010001100000101010001110111100001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636860; }

 p { color: rgb(99,104,96); }

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

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

 a { background-color: rgb(99,104,96); }

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

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

 span { border-color: rgb(99,104,96); }

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