#616C5C

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

Shades of Axolotl #616C5C

Tints of Axolotl #616C5C

Color information

#616C5C (or 0x616C5C) is unknown color: approx Axolotl. HEX triplet: 61, 6C and 5C. RGB value is (97,108,92). Sum of RGB (Red+Green+Blue) = 97+108+92=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 108 - color contains mainly: green. Hex color #616C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C5C is #9E93A3. Grayscale: #666666. Windows color (decimal): -10392484 or 6057057. OLE color: 6057057.

HSL color Cylindrical-coordinate representation of color #616C5C: hue angle of 101.25º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #616C5C is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB9710892-
CMYK0.1000.150.58
HSL101.25º8%39.22%-
HSV(B)101.25º14.81%42.35%-
XYZ12.2214.0412.19-
YUV102.89121.86123.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.66%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=32.66%
G=36.36%
B=30.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97108920.1000.150.58101.25839.22
Hex616C5CA0F3A65827
Octal14115413412017721451047
Binary11000011101100101110010100111111101011001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616C5C; }

 p { color: rgb(97,108,92); }

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

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

 a { background-color: rgb(97,108,92); }

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

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

 span { border-color: rgb(97,108,92); }

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