#63755C

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

Shades of Axolotl #63755C

Tints of Axolotl #63755C

Color information

#63755C (or 0x63755C) is unknown color: approx Axolotl. HEX triplet: 63, 75 and 5C. RGB value is (99,117,92). Sum of RGB (Red+Green+Blue) = 99+117+92=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #63755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63755C is #9C8AA3. Grayscale: #6C6C6C. Windows color (decimal): -10259108 or 6059363. OLE color: 6059363.

HSL color Cylindrical-coordinate representation of color #63755C: hue angle of 103.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63755C is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB9911792-
CMYK0.1500.210.54
HSL103.2º11.96%40.98%-
HSV(B)103.2º21.37%45.88%-
XYZ13.4416.1512.53-
YUV108.77118.54121.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=32.14%
G=37.99%
B=29.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99117920.1500.210.54103.211.9640.98
Hex63755CF0153667c29
Octal14316513417025661471451
Binary110001111101011011100111101010111011011001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63755C; }

 p { color: rgb(99,117,92); }

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

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

 a { background-color: rgb(99,117,92); }

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

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

 span { border-color: rgb(99,117,92); }

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