#636960

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

Shades of Axolotl #636960

Tints of Axolotl #636960

Color information

#636960 (or 0x636960) is unknown color: approx Axolotl. HEX triplet: 63, 69 and 60. RGB value is (99,105,96). Sum of RGB (Red+Green+Blue) = 99+105+96=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 105 - color contains mainly: green. Hex color #636960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636960 is #9C969F. Grayscale: #666666. Windows color (decimal): -10262176 or 6318435. OLE color: 6318435.

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

Color convert

RGB9910596-
CMYK0.0600.090.59
HSL100º4.48%39.41%-
HSV(B)100º8.57%41.18%-
XYZ12.3113.613.04-
YUV102.18124.51125.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 96 (37.89% from 255) = 32%
R=33%
G=35%
B=32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99105960.0600.090.591004.4839.41
Hex6369606093B64427
Octal143151140601173144447
Binary110001111010011100000110010011110111100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636960; }

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

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

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

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

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

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

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

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